@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.44 kB
JavaScript
"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({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#BoxSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.785 1.324A1.83 1.83 0 0 1 2.077.789h11.846a1.827 1.827 0 0 1 1.827 1.826V4.77a1.83 1.83 0 0 1-1.077 1.666v6.95a1.827 1.827 0 0 1-1.827 1.826H3.154a1.827 1.827 0 0 1-1.827-1.827V6.435A1.83 1.83 0 0 1 .25 4.77V2.615c0-.484.193-.949.535-1.291m2.042 5.272v6.788a.327.327 0 0 0 .327.327h9.692a.327.327 0 0 0 .327-.327V6.596zm-.75-4.307a.327.327 0 0 0-.327.326V4.77a.327.327 0 0 0 .327.327h11.846a.327.327 0 0 0 .327-.327V2.615a.327.327 0 0 0-.327-.326zm3.558 6.788a.75.75 0 0 1 .75-.75h3.23a.75.75 0 0 1 0 1.5h-3.23a.75.75 0 0 1-.75-.75", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "BoxSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.BoxSIcon.displayName = 'BoxSIcon';