UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.43 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CaseDiagramSIcon = 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", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#CaseDiagramSIcon__a)", clipRule: "evenodd" }, React.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.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.createElement("defs", null, React.createElement("clipPath", { id: "CaseDiagramSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); CaseDiagramSIcon.displayName = 'CaseDiagramSIcon';