@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.65 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CaseDiagramSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CaseDiagramSIcon = (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", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#CaseDiagramSIcon__a)", clipRule: "evenodd" },
react_1.default.createElement("path", { d: "M4.554.785A1.83 1.83 0 0 1 5.846.25h4.308a1.827 1.827 0 0 1 1.827 1.827V3.48h1.942a1.827 1.827 0 0 1 1.827 1.827v8.615a1.827 1.827 0 0 1-1.827 1.827H2.077A1.827 1.827 0 0 1 .25 13.923V5.308A1.827 1.827 0 0 1 2.077 3.48h1.942V2.077c0-.485.193-.95.535-1.292m.965 2.696h4.962V2.077a.327.327 0 0 0-.327-.327H5.846a.327.327 0 0 0-.327.327zm-3.442 1.5a.327.327 0 0 0-.327.327v8.615a.327.327 0 0 0 .327.327h11.846a.327.327 0 0 0 .327-.327V5.308a.327.327 0 0 0-.327-.327z" }),
react_1.default.createElement("path", { d: "M12.6 8.55a.75.75 0 0 1-.15 1.05l-2.667 2a.75.75 0 0 1-.9 0L6.667 9.938 4.45 11.6a.75.75 0 1 1-.9-1.2l2.667-2a.75.75 0 0 1 .9 0l2.216 1.662L11.55 8.4a.75.75 0 0 1 1.05.15" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "CaseDiagramSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.CaseDiagramSIcon.displayName = 'CaseDiagramSIcon';