@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 936 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PercentFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PercentFilledMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.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" }))); });
exports.PercentFilledMIcon.displayName = 'PercentFilledMIcon';