@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 2.83 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FineMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FineMIcon = (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: "M12.4697 17.4194C12.7626 17.1265 13.2374 17.1265 13.5303 17.4194L13.7955 17.6846L17.6846 13.7955L17.4194 13.5303C17.1265 13.2374 17.1265 12.7626 17.4194 12.4697C17.7123 12.1768 18.1872 12.1768 18.4801 12.4697L22.4576 16.4471C22.7504 16.74 22.7504 17.2149 22.4576 17.5078C22.1647 17.8007 21.6898 17.8007 21.3969 17.5078L21.1317 17.2426L19.7175 18.6569L22.3692 21.3085C22.6621 21.6014 22.6621 22.0763 22.3692 22.3692C22.0763 22.6621 21.6014 22.6621 21.3085 22.3692L18.6569 19.7175L17.2426 21.1317L17.5078 21.3969C17.8007 21.6898 17.8007 22.1647 17.5078 22.4576C17.2149 22.7504 16.74 22.7504 16.4471 22.4576L12.4697 18.4801C12.1768 18.1872 12.1768 17.7123 12.4697 17.4194ZM16.182 20.0711L14.8562 18.7452L18.7452 14.8562L20.0711 16.182L16.182 20.0711Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M7.75 3C7.75 2.58579 7.41421 2.25 7 2.25C6.58579 2.25 6.25 2.58579 6.25 3V7C6.25 7.41421 6.58579 7.75 7 7.75C7.41421 7.75 7.75 7.41421 7.75 7V5.75H14C14.4142 5.75 14.75 5.41421 14.75 5C14.75 4.58579 14.4142 4.25 14 4.25H7.75V3Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M17.75 3C17.75 2.58579 17.4142 2.25 17 2.25C16.5858 2.25 16.25 2.58579 16.25 3V4.54485C16.1535 4.67107 16.0962 4.82884 16.0962 5C16.0962 5.17116 16.1535 5.32893 16.25 5.45515V7C16.25 7.41421 16.5858 7.75 17 7.75C17.4142 7.75 17.75 7.41421 17.75 7V5.75H19.6154C19.7825 5.75 19.9436 5.81668 20.0628 5.93655C20.1823 6.05655 20.25 6.22006 20.25 6.3913V9.25H3.75V6.3913C3.75 6.22006 3.81773 6.05655 3.93715 5.93655C4.05645 5.81668 4.21747 5.75 4.38462 5.75C4.79883 5.75 5.13462 5.41421 5.13462 5C5.13462 4.58579 4.79883 4.25 4.38462 4.25C3.81731 4.25 3.27397 4.47648 2.87394 4.87845C2.47402 5.2803 2.25 5.82456 2.25 6.3913V19.6087C2.25 20.1754 2.47402 20.7197 2.87394 21.1215C3.27398 21.5235 3.81731 21.75 4.38462 21.75H11.75C12.1642 21.75 12.5 21.4142 12.5 21C12.5 20.5858 12.1642 20.25 11.75 20.25H4.38462C4.21747 20.25 4.05645 20.1833 3.93715 20.0634C3.81773 19.9435 3.75 19.7799 3.75 19.6087V10.75H20.25V12.75C20.25 13.1642 20.5858 13.5 21 13.5C21.4142 13.5 21.75 13.1642 21.75 12.75V6.3913C21.75 5.82456 21.526 5.2803 21.1261 4.87845C20.726 4.47648 20.1827 4.25 19.6154 4.25H17.75V3Z", fill: "currentColor" }))); });
exports.FineMIcon.displayName = 'FineMIcon';