styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.22 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.Sumo = 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 32 32" }, props, { ref: ref }),
React.createElement("path", { d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm2.061-22.916H13.99C10.977 12.446 9.514 13.828 7 15.9l10.81 2.338-1.86 2.09c-2.483-1.47-4.183-1.659-7.24-1.94 2.297 1.058 3.49 1.908 5.279 4.526h4.072c2.115-2.627 3.573-4.152 6.939-7.014l-10.76-2.39 1.71-1.99c2.709 1.422 4.331 1.626 7.206 1.986-.827-.227-1.691-.857-5.095-4.423zm-3.821-.497h3.57C16.919 7.475 16.54 6.912 16.05 6c-.499.885-.88 1.442-1.81 2.587zm3.57 14.826h-3.57c.89 1.112 1.27 1.675 1.76 2.587.498-.885.879-1.442 1.81-2.587z", key: "k0" })));
});
exports.Sumo.displayName = 'Sumo';
exports.SumoDimensions = { height: 32, width: 32 };