@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 780 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var StarFilledSIcon = 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: "M7.243 1.432a.876.876 0 0 1 1.514 0l1.693 2.905a.88.88 0 0 0 .572.416l3.286.712c.657.142.916.94.468 1.44l-2.24 2.508a.88.88 0 0 0-.219.672l.34 3.346a.876.876 0 0 1-1.226.89l-3.078-1.356a.88.88 0 0 0-.706 0L4.569 14.32a.876.876 0 0 1-1.225-.89l.339-3.346a.88.88 0 0 0-.219-.672l-2.24-2.508a.876.876 0 0 1 .468-1.44l3.286-.712a.88.88 0 0 0 .572-.416z" }))); });
StarFilledSIcon.displayName = 'StarFilledSIcon';