UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.09 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var TextStarMIcon = 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", d: "M10.033 16a.96.96 0 0 1-.749-.333 1.17 1.17 0 0 1-.187-1.167.7.7 0 0 1 .294-.361l1.82-1.583-2.168-.195q-.481-.055-.775-.361A1.06 1.06 0 0 1 8 11.278q.027-.5.321-.778.321-.306.722-.306.161 0 .322.084.186.055.347.166l1.766 1.14-.455-2.14-.053-.166a.6.6 0 0 1-.027-.195q0-.444.295-.75.32-.333.749-.333.428 0 .722.333a1 1 0 0 1 .321.75.6.6 0 0 1-.027.195.5.5 0 0 1-.026.166l-.482 2.167 1.953-1.25a.88.88 0 0 1 .508-.167q.375 0 .696.306a.99.99 0 0 1 .348.778q0 .472-.294.778a1.13 1.13 0 0 1-.723.305l-2.167.195L14.502 14q.48.39.481.917 0 .444-.32.777-.295.306-.83.306a.9.9 0 0 1-.535-.222 1.45 1.45 0 0 1-.348-.5l-.937-2.167-.963 2.139q-.134.39-.401.583-.24.167-.616.167" }))); }); TextStarMIcon.displayName = 'TextStarMIcon';