UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.27 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StarFilledMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.StarFilledMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.0014 2C11.7198 2.00013 11.4441 2.08358 11.2063 2.24063C10.9685 2.39768 10.7785 2.62186 10.6583 2.88708L8.38921 7.65734C8.38321 7.6686 8.37749 7.68001 8.37206 7.69158C8.36106 7.69329 8.35011 7.69527 8.3392 7.69753L3.34244 8.46851C3.05906 8.49717 2.78955 8.61002 2.56597 8.79364C2.34239 8.97725 2.17416 9.22391 2.08129 9.50425C1.98841 9.7846 1.97481 10.0868 2.04209 10.375C2.10938 10.6632 2.25472 10.9251 2.46082 11.1297L6.11873 14.8046L6.12731 14.812C6.13248 14.8171 6.13636 14.8234 6.1386 14.8304C6.14085 14.8374 6.14138 14.8449 6.14017 14.8522V14.8581L5.26856 20.1687C5.22071 20.4566 5.25132 20.7542 5.35691 21.025C5.4625 21.2957 5.63884 21.5301 5.86591 21.7017C6.09298 21.8733 6.36169 21.9751 6.64152 21.9957C6.92135 22.0162 7.2011 21.9546 7.44901 21.8178L11.95 19.3397C11.9662 19.3323 11.9837 19.3285 12.0014 19.3285C12.0191 19.3285 12.0366 19.3323 12.0528 19.3397L16.5538 21.8163C16.8016 21.954 17.0815 22.0163 17.3616 21.9963C17.6418 21.9763 17.9109 21.8748 18.1383 21.7032C18.3658 21.5316 18.5424 21.2969 18.648 21.0259C18.7536 20.7548 18.784 20.4583 18.7357 20.1702L17.864 14.8567V14.8522C17.8612 14.8462 17.8626 14.8373 17.864 14.8313C17.8662 14.824 17.8701 14.8173 17.8755 14.812L17.8841 14.8046L21.5405 11.1283C21.7462 10.9236 21.8911 10.6617 21.9582 10.3738C22.0252 10.0858 22.0115 9.78392 21.9186 9.50386C21.8258 9.2238 21.6578 8.97738 21.4345 8.79385C21.2112 8.61033 20.942 8.49741 20.6589 8.46851L15.6636 7.69753C15.6527 7.69527 15.6417 7.69329 15.6307 7.69158C15.6253 7.68001 15.6196 7.6686 15.6136 7.65734L13.3445 2.88708C13.2243 2.62186 13.0343 2.39768 12.7965 2.24063C12.5587 2.08358 12.283 2.00013 12.0014 2Z", fill: "currentColor" }))); }); exports.StarFilledMIcon.displayName = 'StarFilledMIcon';