UNPKG

styled-icons

Version:

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

14 lines (13 loc) 1.1 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Xing2 = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __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" }))); }); Xing2.displayName = 'Xing2'; export var Xing2Dimensions = { height: 16, width: 16 };