UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Number03MIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.Number03MIcon = (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.85715 18.8572C7.56343 20.8543 9.76115 22.2857 12 22.2857C13.364 22.2857 14.6721 21.7439 15.6366 20.7794C16.601 19.8149 17.1429 18.5068 17.1429 17.1429V16.2857C17.1429 14.9218 16.601 13.6136 15.6366 12.6492C14.6721 11.6847 13.364 11.1429 12 11.1429H11.8286C13.0107 11.1429 14.1444 10.6733 14.9803 9.8374C15.8161 9.00152 16.2857 7.86783 16.2857 6.68572V6.00001C16.2857 5.10051 16.0027 4.22382 15.4768 3.49411C14.9508 2.7644 14.2086 2.21867 13.3553 1.93422C12.5019 1.64978 11.5807 1.64104 10.7221 1.90924C9.86356 2.17744 9.11113 2.70898 8.57143 3.42858", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); exports.Number03MIcon.displayName = 'Number03MIcon';