UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrVkMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrVkMIcon = (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", fillRule: "evenodd", d: "M12.422 22h-.832c-4.522 0-6.782 0-8.186-1.404S2 16.932 2 12.422v-.844c0-4.51 0-6.77 1.404-8.174S7.068 2 11.59 2h.832c4.521 0 6.794 0 8.186 1.404S22 7.069 22 11.578v.958c0 4.434 0 6.668-1.392 8.06C19.204 22 16.943 22 12.422 22M5.38 8.092c.107 5.199 2.843 8.328 7.353 8.328h.262v-2.975c1.641.167 2.867 1.392 3.367 2.975h2.367c-.642-2.367-2.308-3.676-3.343-4.176 1.035-.619 2.498-2.118 2.843-4.152h-2.153c-.453 1.653-1.797 3.153-3.081 3.295V8.092h-2.19v5.77c-1.332-.33-3.07-1.951-3.14-5.77z", clipRule: "evenodd" }))); }); exports.BrVkMIcon.displayName = 'BrVkMIcon';