@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.96 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BoxMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.79954 3.4918C3.21995 3.07139 3.79015 2.83521 4.3847 2.83521H19.6154C20.21 2.83521 20.7802 3.07139 21.2006 3.4918C21.621 3.91221 21.8572 4.48241 21.8572 5.07696V7.84618C21.8572 8.44073 21.621 9.01093 21.2006 9.43134C20.9902 9.64173 20.7423 9.80597 20.4726 9.91757V18.923C20.4726 19.5176 20.2364 20.0878 19.816 20.5082C19.3956 20.9286 18.8254 21.1648 18.2309 21.1648H5.76936C5.17481 21.1648 4.60462 20.9286 4.1842 20.5082C3.76379 20.0878 3.52761 19.5176 3.52761 18.923V9.91759C3.25789 9.806 3.00996 9.64175 2.79954 9.43134C2.37913 9.01093 2.14294 8.44073 2.14294 7.84618V5.07696C2.14294 4.48241 2.37913 3.91221 2.79954 3.4918ZM5.2419 10.0879V18.923C5.2419 19.0629 5.29747 19.1971 5.39639 19.296C5.49531 19.3949 5.62947 19.4505 5.76936 19.4505H18.2309C18.3707 19.4505 18.5049 19.3949 18.6038 19.296C18.7027 19.1971 18.7583 19.0629 18.7583 18.923V10.0879H5.2419ZM4.3847 4.54949C4.2448 4.54949 4.11064 4.60506 4.01172 4.70398C3.9128 4.8029 3.85723 4.93707 3.85723 5.07696V7.84618C3.85723 7.98607 3.9128 8.12023 4.01172 8.21915C4.11059 8.31802 4.24479 8.37362 4.38475 8.37362H19.6155C19.7554 8.37362 19.8895 8.31808 19.9884 8.21915C20.0873 8.12023 20.1429 7.98607 20.1429 7.84618V5.07696C20.1429 4.93707 20.0873 4.8029 19.9884 4.70398C19.8895 4.60506 19.7553 4.54949 19.6154 4.54949H4.3847ZM9.06608 13.3846C9.06608 12.9112 9.44983 12.5275 9.92322 12.5275H14.0771C14.5504 12.5275 14.9342 12.9112 14.9342 13.3846C14.9342 13.858 14.5504 14.2418 14.0771 14.2418H9.92322C9.44983 14.2418 9.06608 13.858 9.06608 13.3846Z", fill: "currentColor" }))); });
BoxMIcon.displayName = 'BoxMIcon';