styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.4 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Eos = 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 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 16zm-5.428-20.453l-2.47 11.284a.322.322 0 00.155.363l7.573 4.745c.056.035.116.05.173.05a.317.317 0 00.174-.05l7.573-4.745a.322.322 0 00.154-.363l-2.47-11.284a.322.322 0 00-.058-.13l-5.11-6.982a.311.311 0 00-.263-.132.311.311 0 00-.262.132l-5.11 6.983a.322.322 0 00-.059.13zm-1.395 9.367l1.767-8.07 1.01 3.171-2.777 4.899zm-.216 1.68l3.257-5.748 1.83 5.747H8.96zm.565.64h4.726l1.178 3.699-5.904-3.7zm2.857-7.978l-1.143-3.588 4.44-6.065v3.836l-3.297 5.817zm3.62 11.369l-1.08-3.392h2.16l-1.08 3.392zm.574.308l1.178-3.7h4.726l-5.904 3.7zm4.486-14.089l1.766 8.07-2.776-4.899 1.01-3.17zm-1.44 2.412L16.327 9.44V5.603l4.44 6.065-1.144 3.588zm3.422 7.337H17.96l1.83-5.747 3.256 5.747zm-7.042-12.427l3.356 5.921-2.072 6.506H14.72l-2.072-6.506 3.355-5.921z", key: "k0" })));
});
Eos.displayName = 'Eos';
export var EosDimensions = { height: 32, width: 32 };