@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.9 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CardGridSIcon = 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(#CardGridSIcon__a)", clipRule: "evenodd" },
React.createElement("path", { d: "M.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.846v-3.77c0-.484.192-.948.535-1.29m1.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-.326zM.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-.326zM10.154.25a1.827 1.827 0 0 0-1.827 1.827v3.77a1.827 1.827 0 0 0 1.827 1.826h3.77a1.827 1.827 0 0 0 1.826-1.827v-3.77A1.827 1.827 0 0 0 13.923.25zm0 1.5a.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" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "CardGridSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
CardGridSIcon.displayName = 'CardGridSIcon';