@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.41 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NumberSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.NumberSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#NumberSIcon__a)" },
react_1.default.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_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "NumberSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.NumberSIcon.displayName = 'NumberSIcon';