UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.06 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var TextStarSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M6.673 11q-.462 0-.73-.319a1.1 1.1 0 0 1-.25-.698q0-.258.115-.458.115-.22.346-.379l.77-.578-.962-.04a1.1 1.1 0 0 1-.674-.319A.93.93 0 0 1 5 7.512q0-.459.308-.738.327-.279.673-.279.154 0 .307.06.173.06.308.16l.75.557-.27-.917a1 1 0 0 0-.038-.159.7.7 0 0 1-.019-.16q0-.438.27-.737A.95.95 0 0 1 8 5q.423 0 .692.299.29.3.289.738a.7.7 0 0 1-.02.159q0 .06-.038.16l-.27.936.75-.578a.95.95 0 0 1 .616-.219q.347 0 .654.28a.92.92 0 0 1 .327.737q0 .378-.25.677t-.692.34l-.981.04.788.577q.443.339.443.837 0 .42-.289.718-.27.3-.827.299a.94.94 0 0 1-.48-.2 1.25 1.25 0 0 1-.308-.498L8 9.306l-.385 1.016a.9.9 0 0 1-.365.519 1.05 1.05 0 0 1-.577.159" }))); }); TextStarSIcon.displayName = 'TextStarSIcon';