UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 1.24 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Tokyometro = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M11.983 18.21c2.86.006 4.04-.949 4.043-2.392.003-1.702-1.694-3.782-2.923-5.073 2.318-2.082 5.325-3.622 6.508-2.432 1.367 1.367.02 5.418-3.213 9.892l4.26 1.222c3.613-6.43 4.38-12.76 1.89-14.473-1.946-1.329-6.852 1.337-10.55 4.721-3.687-3.398-8.58-6.08-10.532-4.759-2.5 1.704-1.748 8.037 1.84 14.48l4.267-1.207C4.35 13.703 3.02 9.65 4.393 8.285c1.184-1.185 4.186.365 6.5 2.456-1.237 1.286-2.943 3.36-2.945 5.062-.003 1.444 1.176 2.402 4.035 2.408zm.004-2.34c-.947 0-1.745-.242-1.743-1.05 0-.748.637-1.88 1.75-3.106 1.11 1.23 1.74 2.364 1.738 3.113 0 .807-.8 1.045-1.745 1.044z" })); }); Tokyometro.displayName = 'Tokyometro'; export var TokyometroDimensions = { height: 24, width: 24 };