UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrOzenMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrOzenMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", d: "M10.055 7.03a1.525 1.525 0 0 1-1.518-1.515c0-.85.687-1.515 1.518-1.515.853 0 1.519.664 1.519 1.515 0 .83-.666 1.515-1.519 1.515m3.869 0a1.51 1.51 0 0 1-1.518-1.515c0-.85.665-1.515 1.518-1.515.832 0 1.518.664 1.518 1.515 0 .83-.686 1.515-1.518 1.515M11.99 20C8.496 20 6 17.51 6 13.982s2.496-6.018 5.99-6.018c3.514 0 6.01 2.49 6.01 6.018S15.504 20 11.99 20m0-3.549c1.247 0 2.183-1.037 2.183-2.47 0-1.431-.936-2.469-2.183-2.469-1.227 0-2.163 1.038-2.163 2.47s.936 2.47 2.163 2.47" }))); }); exports.BrOzenMIcon.displayName = 'BrOzenMIcon';