UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 955 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BrVkSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.282 14.667h-.556c-3.014 0-4.52 0-5.457-.936-.936-.936-.936-2.443-.936-5.45v-.563c0-3.007 0-4.513.936-5.449s2.443-.936 5.457-.936h.556c3.014 0 4.529 0 5.457.936s.928 2.444.928 5.45v.638c0 2.956 0 4.446-.928 5.374-.936.936-2.443.936-5.457.936M3.586 5.395c.071 3.466 1.896 5.552 4.902 5.552h.174V8.964c1.095.11 1.912.928 2.245 1.983h1.578c-.428-1.579-1.538-2.451-2.228-2.784.69-.413 1.665-1.412 1.895-2.768h-1.435c-.302 1.102-1.198 2.101-2.055 2.196V5.395h-1.46V9.24c-.887-.22-2.046-1.3-2.093-3.846z", clipRule: "evenodd" }))); }); BrVkSIcon.displayName = 'BrVkSIcon';