UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StarOutlineMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.StarOutlineMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.02 3.537a.03.03 0 0 0-.018.005.03.03 0 0 0-.011.014l-.009.019-2.265 4.753a1.5 1.5 0 0 1-.467.595c-.203.154-.44.251-.69.283l-5 .77-.052.006a.03.03 0 0 0-.017.007.034.034 0 0 0-.003.05l.005.004 3.652 3.663c.18.176.315.396.393.64.079.245.098.506.055.761l-.001.003-.87 5.294v.003a.1.1 0 0 0 .002.026.1.1 0 0 0 .016.02.04.04 0 0 0 .048.004l4.515-2.48.02-.01a1.53 1.53 0 0 1 1.393 0l.012.006.008.004 4.514 2.48a.05.05 0 0 0 .049-.003.05.05 0 0 0 .018-.047l-.87-5.238v-.002a1.6 1.6 0 0 1 .053-.762c.078-.241.211-.46.389-.635l3.606-3.72.016-.015a.03.03 0 0 0 .01-.016.034.034 0 0 0-.01-.034.03.03 0 0 0-.018-.007l-.014-.002-5.001-.77a1.44 1.44 0 0 1-.69-.283 1.5 1.5 0 0 1-.467-.595l-2.265-4.753-.008-.019a.03.03 0 0 0-.012-.014.03.03 0 0 0-.017-.005m-.814-1.29a1.47 1.47 0 0 1 1.627 0c.24.16.43.385.552.653l2.267 4.757.01.024.022.002 5.006.771c.281.04.546.16.765.349.22.19.384.442.472.726.088.283.097.587.025.876-.071.284-.217.541-.422.744l-3.606 3.719-.012.012-.004.004-.005.007v.013l.871 5.239c.05.292.018.593-.09.868a1.6 1.6 0 0 1-.517.687 1.477 1.477 0 0 1-1.61.116l-4.497-2.47a.1.1 0 0 0-.08 0l-4.498 2.47a1.48 1.48 0 0 1-1.61-.116 1.6 1.6 0 0 1-.518-.687 1.64 1.64 0 0 1-.09-.867v-.001l.871-5.297.001-.005a.02.02 0 0 0-.005-.016l-.009-.009-3.654-3.665a1.6 1.6 0 0 1-.426-.77 1.63 1.63 0 0 1 .045-.891c.098-.286.273-.537.505-.722.224-.178.491-.287.772-.316l4.991-.769.02-.002.011-.024L10.653 2.9c.122-.268.313-.494.553-.653", clipRule: "evenodd" }))); }); exports.StarOutlineMIcon.displayName = 'StarOutlineMIcon';