@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.2 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var NumberSIcon = 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(#NumberSIcon__a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.753 2.25c-.806 0-1.497.68-1.497 1.565 0 .886.691 1.565 1.497 1.565s1.497-.68 1.497-1.565c0-.886-.691-1.565-1.497-1.565M9.756 3.815c0-1.671 1.321-3.065 2.997-3.065s2.997 1.394 2.997 3.065-1.32 3.065-2.997 3.065-2.997-1.393-2.997-3.065M.816.951a.75.75 0 0 1 .844.371L7.164 11.53v-9.85a.75.75 0 0 1 1.5 0V14.5a.75.75 0 0 1-1.41.356L1.75 4.649V14.5a.75.75 0 0 1-1.5 0V1.678A.75.75 0 0 1 .816.951M9.93 8.8a.75.75 0 0 1 .75-.75h4.148a.75.75 0 0 1 0 1.5H10.68a.75.75 0 0 1-.75-.75", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "NumberSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
NumberSIcon.displayName = 'NumberSIcon';