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 CheckStarFilledSIcon = 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", fillRule: "evenodd", d: "M7.749 0A2.7 2.7 0 0 0 6.05.603L5.873.75 5.646.712a2.69 2.69 0 0 0-2.94 1.698l-.083.215-.215.082a2.69 2.69 0 0 0-1.696 2.94l.037.226-.146.18a2.69 2.69 0 0 0 0 3.394l.146.18-.037.226a2.69 2.69 0 0 0 1.696 2.94l.215.082.082.216a2.69 2.69 0 0 0 2.94 1.697l.228-.037.178.146a2.69 2.69 0 0 0 3.396 0l.178-.145.228.036a2.69 2.69 0 0 0 2.94-1.697l.083-.216.214-.082a2.69 2.69 0 0 0 1.698-2.94l-.037-.226.145-.179a2.69 2.69 0 0 0 0-3.394l-.145-.18.037-.227a2.69 2.69 0 0 0-1.698-2.94l-.214-.082-.082-.215A2.69 2.69 0 0 0 9.854.712L9.625.75l-.18-.146A2.7 2.7 0 0 0 7.75 0m3.848 6.615a.857.857 0 1 0-1.194-1.23L6.875 8.806l-1.278-1.24a.857.857 0 1 0-1.194 1.231l1.875 1.818a.857.857 0 0 0 1.194 0z", clipRule: "evenodd" }))); }); CheckStarFilledSIcon.displayName = 'CheckStarFilledSIcon';