@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StarOutlineSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.StarOutlineSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.001.25c.346 0 .682.103.97.293.285.188.509.453.65.761l1.427 3 3.111.48c.34.04.659.176.921.392.268.22.466.513.575.84.109.328.124.68.046 1.016a1.85 1.85 0 0 1-.494.89l-2.303 2.315.55 3.358v.002c.057.334.021.678-.102.993a1.84 1.84 0 0 1-.604.8 1.764 1.764 0 0 1-1.925.136l-2.822-1.552-2.824 1.555a1.77 1.77 0 0 1-1.923-.14 1.84 1.84 0 0 1-.603-.799 1.9 1.9 0 0 1-.103-.994l.551-3.357L.794 7.923l-.002-.002A1.85 1.85 0 0 1 .3 7.033a1.9 1.9 0 0 1 .046-1.016c.109-.328.307-.62.575-.841.263-.216.582-.353.922-.392l3.112-.48 1.427-3a1.8 1.8 0 0 1 .65-.761c.288-.19.625-.293.97-.293m0 1.5a.26.26 0 0 0-.143.044.3.3 0 0 0-.114.137l-.006.012-1.596 3.355-.005.01-.167.356-.387.06-.012.003-3.536.545-.02.002a.27.27 0 0 0-.143.061.33.33 0 0 0-.103.154.4.4 0 0 0-.01.203.35.35 0 0 0 .092.167l.003.003 2.541 2.553.003.002.016.016a.78.78 0 0 1 .234.585v.044l-.62 3.779a.4.4 0 0 0 .02.204.34.34 0 0 0 .11.148.266.266 0 0 0 .294.023l3.176-1.75.027-.011a.84.84 0 0 1 .692 0l.026.012 3.179 1.749a.26.26 0 0 0 .293-.022.34.34 0 0 0 .11-.148.4.4 0 0 0 .02-.203v-.002l-.62-3.78v-.028a.8.8 0 0 1 .02-.226l.005-.018.005-.017a.8.8 0 0 1 .2-.336l.017-.017.004-.004 2.54-2.554.003-.003a.34.34 0 0 0 .091-.166.4.4 0 0 0-.009-.203.33.33 0 0 0-.103-.154.27.27 0 0 0-.143-.06l-.02-.003-3.534-.545-.012-.003-.387-.06-.167-.356-.005-.01L8.258 1.93a.3.3 0 0 0-.114-.137.26.26 0 0 0-.143-.044", clipRule: "evenodd" }))); });
exports.StarOutlineSIcon.displayName = 'StarOutlineSIcon';