@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.65 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Number08MIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.Number08MIcon = (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: "M12 11.1429C10.636 11.1429 9.32793 11.6847 8.36346 12.6492C7.39898 13.6136 6.85715 14.9218 6.85715 16.2857V17.1429C6.85715 17.8182 6.99017 18.487 7.24862 19.111C7.50708 19.7349 7.8859 20.3019 8.36346 20.7794C8.84101 21.257 9.40796 21.6358 10.0319 21.8942C10.6559 22.1527 11.3246 22.2857 12 22.2857C12.6754 22.2857 13.3441 22.1527 13.9681 21.8942C14.5921 21.6358 15.159 21.257 15.6366 20.7794C16.1141 20.3019 16.4929 19.7349 16.7514 19.111C17.0098 18.487 17.1429 17.8182 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.1429ZM12 11.1429C10.8634 11.1429 9.77327 10.6913 8.96955 9.88761C8.16582 9.08388 7.71429 7.99379 7.71429 6.85715V6.00001C7.71429 4.86337 8.16582 3.77328 8.96955 2.96955C9.77327 2.16582 10.8634 1.71429 12 1.71429C13.1366 1.71429 14.2267 2.16582 15.0305 2.96955C15.8342 3.77328 16.2857 4.86337 16.2857 6.00001V6.85715C16.2857 7.99379 15.8342 9.08388 15.0305 9.88761C14.2267 10.6913 13.1366 11.1429 12 11.1429Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); });
exports.Number08MIcon.displayName = 'Number08MIcon';