UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.28 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({ 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.4224 22H11.5896C7.068 22 4.808 22 3.404 20.596C2 19.192 2 16.932 2 12.4224V11.5776C2 7.0672 2 4.80801 3.404 3.40401C4.808 2 7.068 2 11.5896 2H12.4224C16.9432 2 19.216 2 20.608 3.40401C22 4.80801 22 7.0688 22 11.5776V12.4224V12.5361C22.0001 16.9701 22.0002 19.2038 20.608 20.596C19.204 22 16.9432 22 12.4224 22ZM5.37915 8.0918C5.48555 13.291 8.22235 16.4198 12.732 16.4198H12.9936V13.4454C14.6352 13.6118 15.8608 14.8374 16.3608 16.4198H18.728C18.0856 14.0526 16.42 12.7438 15.3848 12.2438C16.42 11.6254 17.8832 10.1262 18.228 8.0918H16.0752C15.6224 9.7454 14.2784 11.2446 12.9936 11.387V8.0918H10.804V13.8622C9.47195 13.5318 7.73435 11.911 7.66315 8.0918H5.37915Z", fill: "currentColor" }))); }); exports.BrVKMIcon.displayName = 'BrVKMIcon';