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.04 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Xbp = 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 16zm0-4c6.627 0 12-5.373 12-12S22.627 4 16 4 4 9.373 4 16s5.373 12 12 12zm4.613-16.349c.178.236.268.527.256.822a2.932 2.932 0 01-.186.917c-.099.275-.24.532-.418.763a4.084 4.084 0 01-1.186 1.027 2.846 2.846 0 01-.56.25.064.064 0 01.01.004l-6.268.617 3.142-8.634a9.836 9.836 0 00-.63.068c-4.165.598-7.377 4.187-7.377 8.515 0 2.161.816 4.243 2.285 5.829l-.852 2.345A10.856 10.856 0 015.118 16c0-5.877 4.683-10.677 10.512-10.873.122-.004.245-.01.369-.01.08 0 .159.007.238.007.813.017 1.622.124 2.411.321l-.785 2.157-1.177 3.235h1.45c.686 0 1.227.076 1.62.227.394.152.681.347.857.587zm-2.674 2.105a1.16 1.16 0 00.087-.52.517.517 0 00-.151-.33.735.735 0 00-.32-.17 1.546 1.546 0 00-.4-.05h-1.13l-.758 2.083h1.13c.313-.002.62-.08.897-.228.295-.151.508-.413.645-.785zM19.2 5.598c4.444 1.37 7.682 5.515 7.682 10.402 0 6-4.881 10.882-10.882 10.882a10.822 10.822 0 01-6.706-2.32l.831-2.285 2.035-5.581 6.326-.624c.16.064.315.143.46.237.185.122.342.282.46.47.13.215.213.455.242.705.038.273-.01.592-.141.954-.357.978-.956 1.69-1.798 2.134-.841.446-1.917.668-3.229.668h-1.448l-.892 2.445c.17.086.342.168.519.243a8.603 8.603 0 105.76-16.183l.781-2.147zm-4.64 11.475l-.845 2.316h1.323c.167 0 .333-.013.498-.036.186-.025.368-.077.54-.154.185-.086.353-.205.495-.352a1.73 1.73 0 00.376-.631c.088-.245.111-.443.069-.594a.587.587 0 00-.242-.343 1.121 1.121 0 00-.424-.161 2.689 2.689 0 00-.47-.045h-1.32z", key: "k0" }))); }); Xbp.displayName = 'Xbp'; export var XbpDimensions = { height: 32, width: 32 };