styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.6 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.Enj = 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 16zm6.313-23c-3.022 0-6.043 0-9.052.006-.83.082-1.672.12-2.495.297-2.318.491-3.371 1.6-3.647 3.857-.047.353-.08.712-.119 1.071v3.636c.06.46.105.927.184 1.387.35 1.992 1.383 3 3.457 3.41.882.17 1.777.277 2.673.296 2.91.057 5.82.05 8.73 0 .697-.007 1.402-.057 2.073-.265.784-.24 1.133-1.172.685-1.84-.23-.347-.6-.397-.994-.397-3.101 0-6.195.006-9.296-.013-.889-.006-1.778-.057-2.64-.29-.777-.208-1.258-.674-1.455-1.424-.105-.403-.132-.813-.165-1.23-.04-.453-.046-.453.435-.453h12.99c.183 0 .374-.006.559-.038.44-.082.698-.308.724-.718.033-.51.178-1.065-.402-1.418a1.124 1.124 0 00-.573-.151H10.957c-.744 0-.744 0-.685-.713.132-1.518.724-2.142 2.298-2.388a8.84 8.84 0 011.422-.12c3.173-.013 6.353-.019 9.526-.025a5.12 5.12 0 00.698-.05c.388-.064.632-.297.698-.675.164-.933-.152-1.393-1.12-1.576-.487-.088-.987-.12-1.48-.176z", key: "k0" })));
});
exports.Enj.displayName = 'Enj';
exports.EnjDimensions = { height: 32, width: 32 };
;