@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.25 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var Number09MIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { d: "M17.1429 6.85715V7.71429C17.1429 9.07827 16.601 10.3864 15.6366 11.3508C14.6721 12.3153 13.364 12.8572 12 12.8572C10.636 12.8572 9.32793 12.3153 8.36346 11.3508C7.39898 10.3864 6.85715 9.07827 6.85715 7.71429V6.85715C6.85715 6.18178 6.99017 5.51303 7.24862 4.88907C7.50708 4.26511 7.8859 3.69816 8.36346 3.2206C8.84101 2.74304 9.40796 2.36422 10.0319 2.10577C10.6559 1.84732 11.3246 1.71429 12 1.71429C12.6754 1.71429 13.3441 1.84732 13.9681 2.10577C14.5921 2.36422 15.159 2.74304 15.6366 3.2206C16.1141 3.69816 16.4929 4.26511 16.7514 4.88907C17.0098 5.51303 17.1429 6.18178 17.1429 6.85715ZM17.1429 6.85715V17.1429C17.1429 18.5068 16.601 19.8149 15.6366 20.7794C14.6721 21.7439 13.364 22.2857 12 22.2857C9.76115 22.2857 7.56343 20.8543 6.85715 18.8572", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); });
Number09MIcon.displayName = 'Number09MIcon';