| 1234567891011121314 |
- // 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 20 20", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "clipPath": "url(#star-incomplete_clip0_613_177)" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_613_177", "style": { "maskType": "alpha" }, "width": 10, "height": 20, "x": 10, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#C4C4C4", "stroke": "#F7D564", "d": "M10.37 0.37H19.63V19.630000000000003H10.37z", "strokeWidth": 0.74 } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_613_177)" }, "children": [{ "tag": "path", "attrs": { "fill": "colorChannel1", "stroke": "currentColor", "d": "M10.3437 3.3312L11.6861 6.67412C11.845 7.0699 12.2165 7.33978 12.642 7.36863L16.2361 7.61233C16.5692 7.63492 16.7047 8.05202 16.4485 8.26608L13.6841 10.5758C13.3568 10.8493 13.2149 11.2859 13.3189 11.6996L14.1978 15.1931C14.2793 15.5168 13.9245 15.7746 13.6417 15.5971L10.5908 13.6817C10.2295 13.4549 9.77039 13.4549 9.40918 13.6817L6.35822 15.5971C6.07547 15.7746 5.72066 15.5168 5.80211 15.1931L6.68098 11.6996C6.78504 11.2859 6.64316 10.8493 6.31586 10.5758L3.55139 8.26607C3.29519 8.05202 3.43072 7.63492 3.7638 7.61233L7.35793 7.36863C7.78346 7.33978 8.15491 7.0699 8.31385 6.67412L9.65627 3.3312C9.78068 3.0214 10.2192 3.0214 10.3437 3.3312Z", "strokeWidth": 0.74 } }] }, { "tag": "mask", "attrs": { "id": "mask1_613_177", "style": { "maskType": "alpha" }, "width": 10, "height": 20, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#C4C4C4", "d": "M0 0H10V20H0z" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask1_613_177)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "stroke": "currentColor", "d": "M10.3437 3.3312L11.6861 6.67412C11.845 7.0699 12.2165 7.33978 12.642 7.36863L16.2361 7.61233C16.5692 7.63492 16.7047 8.05202 16.4485 8.26608L13.6841 10.5758C13.3568 10.8493 13.2149 11.2859 13.3189 11.6996L14.1978 15.1931C14.2793 15.5168 13.9245 15.7746 13.6417 15.5971L10.5908 13.6817C10.2295 13.4549 9.77039 13.4549 9.40918 13.6817L6.35822 15.5971C6.07547 15.7746 5.72066 15.5168 5.80211 15.1931L6.68098 11.6996C6.78504 11.2859 6.64316 10.8493 6.31586 10.5758L3.55139 8.26607C3.29519 8.05202 3.43072 7.63492 3.7638 7.61233L7.35793 7.36863C7.78346 7.33978 8.15491 7.0699 8.31385 6.67412L9.65627 3.3312C9.78068 3.0214 10.2192 3.0214 10.3437 3.3312Z", "strokeWidth": 0.74 } }] }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "star-incomplete_clip0_613_177" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H20V20H0z" } }] }] }], "defIds": ["star-incomplete_clip0_613_177"] };
- export var StarIncomplete = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'star-incomplete',
- ref: ref,
- icon: element,
- }));
- });
- StarIncomplete.displayName = 'StarIncomplete';
- export default StarIncomplete;
- //# sourceMappingURL=star-incomplete.js.map
|