UNPKG

@semcore/icon

Version:
26 lines 1.47 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Vk({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Vk", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.12 1.12C0 2.25 0 4.059 0 7.68v.64c0 3.616 0 5.424 1.12 6.56C2.25 16 4.059 16 7.68 16h.64c3.616 0 5.424 0 6.56-1.12C16 13.75 16 11.941 16 8.32v-.64c0-3.616 0-5.424-1.12-6.56C13.75 0 11.941 0 8.32 0h-.64C4.064 0 2.256 0 1.12 1.12ZM3 5.006C3.08 9.377 5.028 12 8.445 12h.2V9.5c1.253.14 2.202 1.172 2.582 2.5H13a5.801 5.801 0 0 0-.946-2.062 5.075 5.075 0 0 0-1.616-1.446 5.034 5.034 0 0 0 1.418-1.49A5.728 5.728 0 0 0 12.626 5h-1.609c-.35 1.39-1.389 2.65-2.373 2.769V5.006H7.031v4.842c-.999-.28-2.258-1.637-2.313-4.842H3Z", shapeRendering: "geometricPrecision" })); } Vk.displayName = 'Vk'; export default createBaseComponent(Vk);