UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.98 kB
"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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_1990_1399)" }, react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.7531 2.25C11.9473 2.25 11.2562 2.92942 11.2562 3.81507C11.2562 4.70072 11.9473 5.38014 12.7531 5.38014C13.5588 5.38014 14.25 4.70072 14.25 3.81507C14.25 2.92942 13.5588 2.25 12.7531 2.25ZM9.75617 3.81507C9.75617 2.14356 11.077 0.75 12.7531 0.75C14.4292 0.75 15.75 2.14356 15.75 3.81507C15.75 5.48658 14.4292 6.88014 12.7531 6.88014C11.077 6.88014 9.75617 5.48658 9.75617 3.81507ZM0.816441 0.950892C1.14951 0.866818 1.49712 1.01977 1.66015 1.32213L7.16358 11.5288V1.67808C7.16358 1.26387 7.49937 0.928082 7.91358 0.928082C8.32779 0.928082 8.66358 1.26387 8.66358 1.67808V14.5C8.66358 14.8435 8.43021 15.1431 8.09714 15.2272C7.76407 15.3113 7.41646 15.1583 7.25343 14.856L1.75 4.6493V14.5C1.75 14.9142 1.41421 15.25 1 15.25C0.585786 15.25 0.25 14.9142 0.25 14.5V1.67808C0.25 1.33457 0.483374 1.03496 0.816441 0.950892ZM9.92901 8.80137C9.92901 8.38716 10.2648 8.05137 10.679 8.05137H14.8272C15.2414 8.05137 15.5772 8.38716 15.5772 8.80137C15.5772 9.21558 15.2414 9.55137 14.8272 9.55137H10.679C10.2648 9.55137 9.92901 9.21558 9.92901 8.80137Z", fill: "currentColor" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_1990_1399" }, react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); exports.NumberSIcon.displayName = 'NumberSIcon';