@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Number02MIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.Number02MIcon = (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: "M17.1429 22.2857H6.85714V18.9532C6.85747 18.0547 7.09315 17.1721 7.54069 16.3931C7.98824 15.6141 8.63204 14.9659 9.408 14.5132L14.592 11.4892C15.3685 11.0361 16.0126 10.3874 16.4602 9.60771C16.9077 8.82806 17.1431 7.94471 17.1429 7.04572V6.85715C17.1429 5.49318 16.601 4.18508 15.6365 3.2206C14.6721 2.25613 13.364 1.71429 12 1.71429C9.76114 1.71429 7.56343 3.14572 6.85714 5.14287", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); });
exports.Number02MIcon.displayName = 'Number02MIcon';