styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.14 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Grin2 = 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: "M8 0a8 8 0 100 16A8 8 0 008 0zm3 3.688a1.815 1.815 0 011.788 2.115.312.312 0 01-.616 0c-.096-.573-.589-.833-1.171-.833s-1.074.26-1.171.833a.312.312 0 01-.616 0 1.815 1.815 0 011.788-2.115zm-6 0a1.815 1.815 0 011.788 2.115.312.312 0 01-.616 0c-.096-.573-.589-.833-1.171-.833s-1.074.26-1.171.833a.312.312 0 01-.616 0 1.815 1.815 0 011.788-2.115zM3 9h3v3.873A4.017 4.017 0 013 9zm4 4V9h2v4H7zm3-.127V9h3a4.017 4.017 0 01-3 3.873z", key: "k0" })));
});
exports.Grin2.displayName = 'Grin2';
exports.Grin2Dimensions = { height: 16, width: 16 };
;