UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.99 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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_1997_1460)" }, react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.07692 0.25C1.56065 0.25 1.08718 0.482632 0.753676 0.859635C0.422808 1.23366 0.25 1.72327 0.25 2.21739V13.7826C0.25 14.2767 0.422808 14.7663 0.753676 15.1404C1.08718 15.5174 1.56065 15.75 2.07692 15.75H13.9231C14.4394 15.75 14.9128 15.5174 15.2463 15.1404C15.5772 14.7663 15.75 14.2767 15.75 13.7826V2.21739C15.75 1.72327 15.5772 1.23366 15.2463 0.859635C14.9128 0.482632 14.4394 0.25 13.9231 0.25H2.07692ZM3.5 4.89075C3.5 4.15483 4.104 3.55867 4.8504 3.55867C5.596 3.55867 6.2 4.15483 6.2 4.89075C6.2 5.62666 5.596 6.22282 4.8504 6.22282C4.104 6.22282 3.5 5.62666 3.5 4.89075ZM12.2505 3.72184C11.9328 3.41877 11.4264 3.42729 11.1193 3.74087L3.85292 11.1616L3.78766 11.2371C3.54902 11.551 3.57894 11.9984 3.8722 12.2782C4.1899 12.5812 4.69635 12.5727 5.0034 12.2591L12.2698 4.83835L12.3351 4.76286C12.5737 4.44904 12.5438 4.00159 12.2505 3.72184ZM9.8 11.1089C9.8 10.373 10.404 9.77687 11.1504 9.77687C11.896 9.77687 12.5 10.373 12.5 11.1089C12.5 11.8449 11.896 12.441 11.1504 12.441C10.404 12.441 9.8 11.8449 9.8 11.1089Z", fill: "currentColor" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_1997_1460" }, react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); exports.PercentFilledSIcon.displayName = 'PercentFilledSIcon';