@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.24 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StarFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.StarFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M7.24274 1.4315C7.58078 0.851121 8.41922 0.851122 8.75726 1.4315L10.4498 4.33747C10.5737 4.55007 10.7812 4.70083 11.0216 4.7529L14.3084 5.46464C14.9648 5.60679 15.2239 6.4042 14.7764 6.90504L12.5357 9.41277C12.3718 9.59624 12.2925 9.84017 12.3173 10.085L12.6561 13.4308C12.7237 14.099 12.0454 14.5919 11.4308 14.321L8.35339 12.9649C8.12824 12.8657 7.87176 12.8657 7.64661 12.9649L4.5692 14.321C3.95459 14.5919 3.27627 14.099 3.34393 13.4308L3.68269 10.085C3.70748 9.84017 3.62822 9.59624 3.46429 9.41277L1.22358 6.90504C0.776064 6.4042 1.03516 5.60679 1.69159 5.46464L4.97837 4.7529C5.21883 4.70083 5.42633 4.55008 5.55016 4.33747L7.24274 1.4315Z", fill: "currentColor" }))); });
exports.StarFilledSIcon.displayName = 'StarFilledSIcon';