UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.65 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Vk = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { d: "M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zm-1.541 11.2l-1.463.022s-.316.063-.728-.222c-.547-.375-1.063-1.353-1.466-1.225-.406.128-.394 1.006-.394 1.006s.003.188-.091.287c-.1.109-.3.131-.3.131h-.653s-1.444.088-2.716-1.238C3.76 8.517 2.536 5.652 2.536 5.652s-.072-.188.006-.278c.087-.103.322-.109.322-.109l1.566-.009s.147.025.253.103c.088.063.134.184.134.184s.253.641.588 1.219c.653 1.128.959 1.375 1.181 1.256.322-.175.225-1.597.225-1.597s.006-.516-.162-.744c-.131-.178-.378-.231-.484-.244-.088-.013.056-.216.244-.309.281-.138.778-.147 1.366-.141.456.003.591.034.769.075.541.131.356.634.356 1.841 0 .388-.069.931.209 1.109.119.078.412.012 1.147-1.234.347-.591.609-1.284.609-1.284s.056-.125.144-.178c.091-.053.213-.037.213-.037l1.647-.009s.494-.059.575.166c.084.234-.184.781-.856 1.678-1.103 1.472-1.228 1.334-.309 2.184.875.813 1.056 1.209 1.088 1.259.356.6-.406.647-.406.647z", key: "k0" }))); }); exports.Vk.displayName = 'Vk'; exports.VkDimensions = { height: 16, width: 16 };