UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 946 B
"use strict"; 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({ 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", d: "M7.243 1.432a.876.876 0 0 1 1.514 0l1.693 2.905a.88.88 0 0 0 .572.416l3.286.712c.657.142.916.94.468 1.44l-2.24 2.508a.88.88 0 0 0-.219.672l.34 3.346a.876.876 0 0 1-1.226.89l-3.078-1.356a.88.88 0 0 0-.706 0L4.569 14.32a.876.876 0 0 1-1.225-.89l.339-3.346a.88.88 0 0 0-.219-.672l-2.24-2.508a.876.876 0 0 1 .468-1.44l3.286-.712a.88.88 0 0 0 .572-.416z" }))); }); exports.StarFilledSIcon.displayName = 'StarFilledSIcon';