@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.41 kB
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({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 3C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5ZM15.8991 6.60627C16.283 6.20914 16.916 6.19835 17.3132 6.58217C17.6797 6.93645 17.7171 7.50313 17.4188 7.90056L17.3372 7.99617L8.25426 17.3942C7.87044 17.7913 7.23737 17.8021 6.84025 17.4183C6.47367 17.064 6.43628 16.4973 6.73457 16.0999L6.81614 16.0043L15.8991 6.60627ZM14.25 15.9375C14.25 15.0055 15.005 14.2505 15.938 14.2505C16.87 14.2505 17.625 15.0055 17.625 15.9375C17.625 16.8695 16.87 17.6245 15.938 17.6245C15.005 17.6245 14.25 16.8695 14.25 15.9375ZM6.375 8.06252C6.375 7.13052 7.13 6.37552 8.063 6.37552C8.995 6.37552 9.75 7.13052 9.75 8.06252C9.75 8.99452 8.995 9.74952 8.063 9.74952C7.13 9.74952 6.375 8.99452 6.375 8.06252Z", fill: "currentColor" }))); });
exports.PercentFilledMIcon.displayName = 'PercentFilledMIcon';