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.05 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Biking = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "-.125em", iconViewBox: "0 0 640 512" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M400 96a48 48 0 10-48-48 48 48 0 0048 48zm-4 121a31.9 31.9 0 0020 7h64a32 32 0 000-64h-52.78L356 103a31.94 31.94 0 00-40.81.68l-112 96a32 32 0 003.08 50.92L288 305.12V416a32 32 0 0064 0V288a32 32 0 00-14.25-26.62l-41.36-27.57 58.25-49.92zm116 39a128 128 0 10128 128 128 128 0 00-128-128zm0 192a64 64 0 1164-64 64 64 0 01-64 64zM128 256a128 128 0 10128 128 128 128 0 00-128-128zm0 192a64 64 0 1164-64 64 64 0 01-64 64z", key: "k0" }))); }); Biking.displayName = 'Biking'; export var BikingDimensions = { height: undefined, width: undefined };