styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 758 B
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Glass2 = 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: "M13.893 2.809a.499.499 0 00-.393-.808h-11a.501.501 0 00-.393.808L7 9.037V15H5.5a.5.5 0 000 1h5a.5.5 0 000-1H9V9.037l4.893-6.228zM12.471 3L10.9 5H5.1L3.529 3h8.943z", key: "k0" })));
});
Glass2.displayName = 'Glass2';
export var Glass2Dimensions = { height: 16, width: 16 };