@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.25 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BoxSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#BoxSIcon__a)" },
React.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.createElement("defs", null,
React.createElement("clipPath", { id: "BoxSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
BoxSIcon.displayName = 'BoxSIcon';