UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 767 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PercentFilledMIcon = 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: "M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm10.9 3.606a1 1 0 0 1 1.519 1.295l-.082.095-9.083 9.398a1 1 0 0 1-1.52-1.294l.082-.096zm-1.65 9.332a1.687 1.687 0 1 1 3.374 0 1.687 1.687 0 0 1-3.374 0M6.375 8.063a1.687 1.687 0 1 1 3.374 0 1.687 1.687 0 0 1-3.374 0", clipRule: "evenodd" }))); }); PercentFilledMIcon.displayName = 'PercentFilledMIcon';