UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

14 lines (13 loc) 1.46 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Gto = 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: "M15.547 10.221c-.785-1.35-1.503-2.268-2.177-2.764-.832-.613-1.685-.618-2.353.038-.635.623-.694 1.41-.207 2.154.127.193.29.384.488.572h-2.94c-.79 0-1.358.667-1.358 1.333 0 .776.68 1.334 1.358 1.334h7.018V11.11h1.132v1.778h7.134c.79 0 1.358-.667 1.358-1.334 0-.775-.68-1.333-1.358-1.333h-2.908c.192-.198.347-.4.462-.606.412-.74.295-1.508-.329-2.12-.668-.656-1.52-.65-2.352-.038-.675.496-1.393 1.415-2.177 2.764zm-1.316 0h-1.02c-.716-.406-1.213-.813-1.45-1.174-.206-.316-.19-.524.056-.767.241-.236.465-.235.873.066.443.325.962.952 1.541 1.875zm3.422 0c.58-.923 1.098-1.55 1.54-1.875.409-.3.633-.302.874-.066.27.266.306.497.136.801-.196.352-.647.748-1.33 1.14zM16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm-.624-18H8.02v7.222c-.008.739.288 1.45.82 1.972s1.257.813 2.01.806h4.527zm1.132 0v10h4.528a2.83 2.83 0 002.009-.806 2.725 2.725 0 00.82-1.972v-7.223z", key: "k0" }))); }); Gto.displayName = 'Gto'; export var GtoDimensions = { height: 32, width: 32 };