UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.18 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var StarFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.001 2c-.281 0-.557.084-.795.24a1.53 1.53 0 0 0-.548.647L8.39 7.657l-.017.035-.033.006-4.997.77a1.45 1.45 0 0 0-.776.326c-.224.183-.392.43-.485.71a1.6 1.6 0 0 0-.039.871c.067.288.213.55.419.755l3.658 3.675.008.007a.05.05 0 0 1 .013.04v.006l-.871 5.31c-.048.289-.018.586.088.857.106.27.282.505.509.677a1.45 1.45 0 0 0 1.583.116l4.501-2.478a.12.12 0 0 1 .103 0l4.5 2.476a1.45 1.45 0 0 0 1.585-.113c.228-.171.404-.406.51-.677s.136-.568.088-.856l-.872-5.313v-.005q-.003-.01 0-.02a.1.1 0 0 1 .011-.02l.01-.007 3.656-3.677c.205-.204.35-.466.417-.754s.054-.59-.04-.87a1.55 1.55 0 0 0-.483-.71 1.45 1.45 0 0 0-.776-.325l-4.995-.771-.033-.006-.017-.035-2.27-4.77a1.53 1.53 0 0 0-.547-.646A1.44 1.44 0 0 0 12 2", clipRule: "evenodd" }))); }); StarFilledMIcon.displayName = 'StarFilledMIcon';