UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.6 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Number06MIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.Number06MIcon = (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 17.1429V16.2857C6.85715 15.6104 6.99017 14.9416 7.24862 14.3176C7.50708 13.6937 7.8859 13.1267 8.36346 12.6492C8.84101 12.1716 9.40796 11.7928 10.0319 11.5343C10.6559 11.2759 11.3246 11.1429 12 11.1429C12.6754 11.1429 13.3441 11.2759 13.9681 11.5343C14.5921 11.7928 15.159 12.1716 15.6366 12.6492C16.1141 13.1267 16.4929 13.6937 16.7514 14.3176C17.0098 14.9416 17.1429 15.6104 17.1429 16.2857V17.1429C17.1429 17.8182 17.0098 18.487 16.7514 19.111C16.4929 19.7349 16.1141 20.3019 15.6366 20.7794C15.159 21.257 14.5921 21.6358 13.9681 21.8942C13.3441 22.1527 12.6754 22.2857 12 22.2857C11.3246 22.2857 10.6559 22.1527 10.0319 21.8942C9.40796 21.6358 8.84101 21.257 8.36346 20.7794C7.8859 20.3019 7.50708 19.7349 7.24862 19.111C6.99017 18.487 6.85715 17.8182 6.85715 17.1429ZM6.85715 17.1429V6.85715C6.85715 5.49318 7.39898 4.18508 8.36346 3.2206C9.32793 2.25613 10.636 1.71429 12 1.71429C14.2389 1.71429 16.4366 3.14572 17.1429 5.14287", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); exports.Number06MIcon.displayName = 'Number06MIcon';