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.23 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.Xing2 = 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: "M2.431 3.159c-.138 0-.256.05-.316.144-.059.1-.05.225.013.353l1.559 2.7c.003.006.003.009 0 .013L1.237 10.7c-.063.128-.059.256 0 .353a.34.34 0 00.3.156h2.306c.344 0 .513-.234.628-.447l2.491-4.406L5.374 3.59c-.116-.203-.287-.431-.644-.431h-2.3zM12.125 0c-.344 0-.494.216-.619.441 0 0-4.972 8.816-5.134 9.106l3.278 6.016c.116.203.291.441.644.441H12.6c.137 0 .247-.053.306-.147.063-.1.059-.228-.006-.356L9.65 9.554c-.003-.006-.003-.009 0-.016L14.759.504c.063-.128.066-.256.006-.356-.059-.094-.169-.147-.306-.147h-2.334z", key: "k0" }))); }); exports.Xing2.displayName = 'Xing2'; exports.Xing2Dimensions = { height: 16, width: 16 };