// 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": "path", "attrs": { "fill": "colorChannel1", "stroke": "currentColor", "d": "M10.3437 3.3312L11.6861 6.67412C11.8451 7.0699 12.2165 7.33978 12.6421 7.36863L16.2362 7.61233C16.5693 7.63492 16.7048 8.05202 16.4486 8.26608L13.6841 10.5758C13.3568 10.8493 13.215 11.2859 13.319 11.6996L14.1979 15.1931C14.2793 15.5168 13.9245 15.7746 13.6418 15.5971L10.5908 13.6817C10.2296 13.4549 9.77045 13.4549 9.40924 13.6817L6.35828 15.5971C6.07553 15.7746 5.72072 15.5168 5.80217 15.1931L6.68105 11.6996C6.7851 11.2859 6.64322 10.8493 6.31592 10.5758L3.55145 8.26607C3.29525 8.05202 3.43078 7.63492 3.76386 7.61233L7.358 7.36863C7.78352 7.33978 8.15498 7.0699 8.31391 6.67412L9.65633 3.3312C9.78074 3.0214 10.2193 3.0214 10.3437 3.3312Z", "strokeWidth": 0.74 } }] }; export var StarEmpty = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'star-empty', ref: ref, icon: element, })); }); StarEmpty.displayName = 'StarEmpty'; export default StarEmpty; //# sourceMappingURL=star-empty.js.map