UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.78 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CatalogSIcon = 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(#CatalogSIcon__a)" }, React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.039.25a.75.75 0 0 1 .75.75v2.212H15a.75.75 0 0 1 0 1.5H12.79v2.211a.75.75 0 1 1-1.5 0V4.712H9.077a.75.75 0 1 1 0-1.5h2.212V1a.75.75 0 0 1 .75-.75M.785.785A1.83 1.83 0 0 1 2.077.25h3.77a1.827 1.827 0 0 1 1.826 1.827v3.77a1.827 1.827 0 0 1-1.827 1.826h-3.77A1.827 1.827 0 0 1 .25 5.846V2.077c0-.485.192-.95.535-1.292m1.292.965a.327.327 0 0 0-.327.327v3.77a.327.327 0 0 0 .327.326h3.77a.327.327 0 0 0 .326-.327V2.077a.327.327 0 0 0-.327-.327zM.785 8.862a1.83 1.83 0 0 1 1.292-.535h3.77a1.827 1.827 0 0 1 1.826 1.827v3.77a1.827 1.827 0 0 1-1.827 1.826H2.077A1.827 1.827 0 0 1 .25 13.923v-3.77c0-.484.193-.948.535-1.291m1.292.965a.327.327 0 0 0-.327.327v3.77a.327.327 0 0 0 .327.326h3.77a.327.327 0 0 0 .326-.327v-3.77a.327.327 0 0 0-.327-.326zm6.785-.965a1.83 1.83 0 0 1 1.292-.535h3.77a1.827 1.827 0 0 1 1.826 1.827v3.77a1.827 1.827 0 0 1-1.827 1.826h-3.769a1.827 1.827 0 0 1-1.827-1.827v-3.77c0-.484.193-.948.535-1.291m1.292.965a.327.327 0 0 0-.327.327v3.77a.327.327 0 0 0 .327.326h3.77a.327.327 0 0 0 .326-.327v-3.77a.327.327 0 0 0-.327-.326z", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "CatalogSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); CatalogSIcon.displayName = 'CatalogSIcon';