UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 994 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BoxMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.8 3.492c.42-.42.99-.657 1.585-.657h15.23a2.24 2.24 0 0 1 2.242 2.242v2.77a2.24 2.24 0 0 1-1.384 2.07v9.006a2.24 2.24 0 0 1-2.242 2.242H5.769a2.24 2.24 0 0 1-2.241-2.242V9.918a2.24 2.24 0 0 1-1.385-2.072V5.077c0-.595.236-1.165.657-1.585m2.442 6.596v8.835a.527.527 0 0 0 .527.528h12.462a.53.53 0 0 0 .527-.528v-8.835zm-.857-5.539a.527.527 0 0 0-.528.528v2.77a.527.527 0 0 0 .528.527h15.23a.527.527 0 0 0 .528-.528V5.077a.53.53 0 0 0-.528-.528zm4.681 8.836c0-.474.384-.857.857-.857h4.154a.857.857 0 0 1 0 1.714H9.923a.857.857 0 0 1-.857-.857", clipRule: "evenodd" }))); }); BoxMIcon.displayName = 'BoxMIcon';