styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.24 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Xing = 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: "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.5zM4.884 10.406H3.156a.253.253 0 01-.225-.119c-.047-.075-.047-.169 0-.266l1.838-3.244c.003-.003.003-.006 0-.009L3.6 4.743c-.047-.097-.056-.191-.009-.266.044-.072.131-.109.237-.109h1.731c.266 0 .397.172.481.325 0 0 1.181 2.063 1.191 2.075-.069.125-1.869 3.303-1.869 3.303-.094.162-.219.334-.478.334zm8.185-8.028L9.238 9.153a.01.01 0 000 .012l2.441 4.456c.047.097.05.194.003.269-.044.072-.125.109-.231.109H9.723c-.266 0-.397-.175-.484-.328L6.78 9.159l3.85-6.828c.094-.166.206-.328.463-.328h1.753c.103 0 .188.041.231.109.044.072.044.169-.006.266z", key: "k0" })));
});
Xing.displayName = 'Xing';
export var XingDimensions = { height: 16, width: 16 };