UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.59 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PercentFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PercentFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#PercentFilledSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.077.25c-.516 0-.99.233-1.323.61-.331.374-.504.863-.504 1.357v11.566c0 .494.173.983.504 1.357.333.377.807.61 1.323.61h11.846c.516 0 .99-.233 1.323-.61.331-.374.504-.863.504-1.357V2.217c0-.494-.173-.983-.504-1.357a1.77 1.77 0 0 0-1.323-.61zM3.5 4.89A1.34 1.34 0 0 1 4.85 3.56c.746 0 1.35.596 1.35 1.332a1.34 1.34 0 0 1-1.35 1.332A1.34 1.34 0 0 1 3.5 4.89m8.75-1.168a.807.807 0 0 0-1.13.019l-7.267 7.42-.065.076a.78.78 0 0 0 .084 1.041.807.807 0 0 0 1.131-.019l7.267-7.42.065-.076a.78.78 0 0 0-.085-1.041M9.8 11.109a1.34 1.34 0 0 1 1.35-1.332c.746 0 1.35.596 1.35 1.332a1.34 1.34 0 0 1-1.35 1.332 1.34 1.34 0 0 1-1.35-1.332", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "PercentFilledSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.PercentFilledSIcon.displayName = 'PercentFilledSIcon';