UNPKG

styled-icons

Version:

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

14 lines (13 loc) 2.13 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Btdx = 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 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16zm0-29c7.179 0 13 5.821 13 13s-5.821 13-13 13S3 23.179 3 16 8.821 3 16 3zm-.038 1.94c6.087 0 11.023 4.934 11.023 11.022 0 6.087-4.936 11.023-11.023 11.023-6.088 0-11.022-4.936-11.022-11.023C4.94 9.874 9.874 4.94 15.962 4.94zm0 23.082c6.659 0 12.057-5.398 12.057-12.058S22.62 3.907 15.962 3.907c-6.66 0-12.058 5.398-12.058 12.057 0 6.66 5.398 12.058 12.058 12.058zm2.05-11.044a.4.4 0 01.192.385 2.332 2.332 0 002.193 2.553 2.326 2.326 0 10.18-4.65 2.324 2.324 0 00-1.87.871.4.4 0 01-.522.088l-1.72-1.058a.407.407 0 01-.193-.343v-.017c0-.187.13-.343.308-.39a2.322 2.322 0 001.731-2.419 2.333 2.333 0 00-2.207-2.152 2.326 2.326 0 00-.843 4.53.404.404 0 01.277.382v.099c0 .145-.08.28-.206.351l-1.638.918a.398.398 0 01-.492-.08 2.32 2.32 0 00-1.773-.777 2.336 2.336 0 00-2.286 2.322 2.323 2.323 0 104.625-.324.4.4 0 01.187-.396l1.701-1.05a.4.4 0 01.418-.002l1.938 1.16zM15.997 6.686a5.478 5.478 0 00-5.464 5.103 5.99 5.99 0 011.987.02 3.495 3.495 0 013.475-3.139 3.497 3.497 0 013.493 3.496c0 .99-.413 1.883-1.075 2.518a3.579 3.579 0 012.727-.633 5.477 5.477 0 00-5.142-7.366zM11.465 23.01c1.72 0 3.251-.8 4.246-2.05a5.816 5.816 0 01-.912-2.042 3.584 3.584 0 01-3.331 2.259 3.59 3.59 0 010-7.179c.789 0 1.517.256 2.108.687a3.49 3.49 0 01-1.075-2.421 5.421 5.421 0 00-6.459 5.324 5.421 5.421 0 005.423 5.422zm9.056 0a5.424 5.424 0 101.33-10.68 5.797 5.797 0 01-.338 1.808 3.59 3.59 0 01-.992 7.039 3.59 3.59 0 01-3.57-3.232 5.885 5.885 0 01-1.841.011 5.424 5.424 0 005.411 5.054z", key: "k0" }))); }); Btdx.displayName = 'Btdx'; export var BtdxDimensions = { height: 32, width: 32 };