// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT. import { createElement, forwardRef } from 'react'; import { IconBase } from '../icon'; var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 17 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_273_6450", "style": { "maskType": "alpha" }, "width": 17, "height": 17, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#D9D9D9", "d": "M0.54 0.84H16.54V16.84H0.54z" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_273_6450)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.07217 1.52844C8.35308 1.32353 8.73418 1.32353 9.01509 1.52844L10.5548 2.65161L12.4607 2.64798C12.8084 2.64732 13.1167 2.87132 13.2235 3.20221L13.809 5.01592L15.353 6.13322C15.6347 6.33705 15.7524 6.6995 15.6444 7.02998L15.052 8.84142L15.6444 10.6529C15.7524 10.9833 15.6347 11.3458 15.353 11.5496L13.809 12.6669L13.2235 14.4806C13.1167 14.8115 12.8084 15.0355 12.4607 15.0349L10.5548 15.0312L9.01509 16.1544C8.73418 16.3593 8.35308 16.3593 8.07217 16.1544L6.53243 15.0312L4.62658 15.0349C4.27888 15.0355 3.97057 14.8115 3.86375 14.4806L3.27825 12.6669L1.73426 11.5496C1.45257 11.3458 1.3348 10.9833 1.44288 10.6529L2.03527 8.84142L1.44288 7.02999C1.3348 6.6995 1.45257 6.33705 1.73426 6.13321L3.27825 5.01592L3.86375 3.20221C3.97057 2.87132 4.27888 2.64732 4.62659 2.64798L6.53243 2.65161L8.07217 1.52844ZM11.7759 7.74044C12.0883 7.42802 12.0883 6.92149 11.7759 6.60907C11.4635 6.29665 10.957 6.29665 10.6445 6.60907L7.8769 9.37672L6.77592 8.27574C6.4635 7.96332 5.95696 7.96332 5.64454 8.27574C5.33212 8.58816 5.33212 9.09469 5.64454 9.40711L7.31121 11.0738C7.62363 11.3862 8.13016 11.3862 8.44258 11.0738L11.7759 7.74044Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }] }; export var BonusPointsSingle16 = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'bonus-points-single-16', ref: ref, icon: element, })); }); BonusPointsSingle16.displayName = 'BonusPointsSingle16'; export default BonusPointsSingle16; //# sourceMappingURL=bonus-points-single-16.js.map