UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Number00MIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.Number00MIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { d: "M6.85712 6.71487V17.2852C6.85712 18.6114 7.38396 19.8833 8.32175 20.8211C9.25954 21.7589 10.5315 22.2857 11.8577 22.2857H12.1423C13.4685 22.2857 14.7404 21.7589 15.6782 20.8211C16.616 19.8833 17.1428 18.6114 17.1428 17.2852V6.71487C17.1428 5.38863 16.616 4.11672 15.6782 3.17893C14.7404 2.24114 13.4685 1.71429 12.1423 1.71429H11.8577C10.5315 1.71429 9.25954 2.24114 8.32175 3.17893C7.38396 4.11672 6.85712 5.38863 6.85712 6.71487Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); exports.Number00MIcon.displayName = 'Number00MIcon';