UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 2.45 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BoxSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BoxSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_135_29863)" }, react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.785302 1.32366C1.12791 0.981051 1.59259 0.788574 2.07712 0.788574H13.9231C14.4076 0.788574 14.8723 0.981051 15.2149 1.32366C15.5575 1.66627 15.75 2.13095 15.75 2.61548V4.76929C15.75 5.25382 15.5575 5.7185 15.2149 6.06111C15.0569 6.21912 14.873 6.34518 14.6731 6.43516V13.3845C14.6731 13.8691 14.4806 14.3337 14.138 14.6764C13.7954 15.019 13.3307 15.2114 12.8462 15.2114H3.15399C2.66947 15.2114 2.20479 15.019 1.86218 14.6764C1.51956 14.3337 1.32709 13.8691 1.32709 13.3845V6.43514C1.12722 6.34516 0.943288 6.2191 0.785302 6.06111C0.442691 5.7185 0.250214 5.25382 0.250214 4.76929V2.61548C0.250214 2.13096 0.442691 1.66627 0.785302 1.32366ZM2.82709 6.59619V13.3845C2.82709 13.4712 2.86153 13.5544 2.92284 13.6157C2.98414 13.677 3.06729 13.7114 3.15399 13.7114H12.8462C12.9329 13.7114 13.016 13.677 13.0773 13.6157C13.1386 13.5544 13.1731 13.4712 13.1731 13.3845V6.59619H2.82709ZM2.07712 2.28857C1.99042 2.28857 1.90727 2.32302 1.84596 2.38432C1.78466 2.44563 1.75021 2.52878 1.75021 2.61548V4.76929C1.75021 4.856 1.78466 4.93915 1.84596 5.00045C1.90727 5.06176 1.99038 5.09619 2.07709 5.09619H13.9231C14.0098 5.09619 14.093 5.06172 14.1543 5.00045C14.2156 4.93915 14.25 4.856 14.25 4.76929V2.61548C14.25 2.52878 14.2156 2.44563 14.1543 2.38432C14.0929 2.32302 14.0098 2.28857 13.9231 2.28857H2.07712ZM5.63481 9.07692C5.63481 8.66271 5.9706 8.32692 6.38481 8.32692H9.61553C10.0297 8.32692 10.3655 8.66271 10.3655 9.07692C10.3655 9.49114 10.0297 9.82692 9.61553 9.82692H6.38481C5.9706 9.82692 5.63481 9.49114 5.63481 9.07692Z", fill: "currentColor" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_135_29863" }, react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); exports.BoxSIcon.displayName = 'BoxSIcon';