UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.15 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DashboardSIcon = 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(#DashboardSIcon__a)" }, React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.25 4a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0M4 1.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M8.25 4a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0M12 1.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M.25 12a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0M4 9.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M8.25 12a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0M12 9.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "DashboardSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); DashboardSIcon.displayName = 'DashboardSIcon';