UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.41 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrVKSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrVKSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.28176 14.6667H7.72656C4.71216 14.6667 3.2055 14.6667 2.2695 13.7307C1.3335 12.7947 1.3335 11.288 1.3335 8.28164V7.71844C1.3335 4.71151 1.3335 3.20538 2.2695 2.26938C3.2055 1.33338 4.71216 1.33337 7.72656 1.33337H8.28176C11.2956 1.33337 12.8108 1.33338 13.7388 2.26938C14.6668 3.20538 14.6668 4.71257 14.6668 7.71844V8.28164V8.35743C14.6669 11.3134 14.6669 12.8026 13.7388 13.7307C12.8028 14.6667 11.2956 14.6667 8.28176 14.6667ZM3.58626 5.39457C3.6572 8.86071 5.48173 10.9466 8.48813 10.9466H8.66253V8.96364C9.75693 9.07457 10.574 9.89164 10.9073 10.9466H12.4855C12.0572 9.36844 10.9468 8.49591 10.2567 8.16257C10.9468 7.75031 11.9223 6.75084 12.1521 5.39457H10.7169C10.4151 6.49697 9.51906 7.49644 8.66253 7.59137V5.39457H7.2028V9.2415C6.3148 9.02124 5.1564 7.94071 5.10893 5.39457H3.58626Z", fill: "currentColor" }))); }); exports.BrVKSIcon.displayName = 'BrVKSIcon';