UNPKG

styled-icons

Version:

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

16 lines (15 loc) 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Pax = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__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 16zm10.88-18.65l.5.75c1-2.52.77-4.49-.13-5.35-1.62-1.56-4-.69-6.58-1.77-2.15-1.58-3.45-2-5.24-2a6.22 6.22 0 00-3.25 1.64 5 5 0 00-3.9 1.53c-1.06 1.25-1.3 4.68-1.46 5.55-.16.87-2 4.38-1.81 6.3.19 1.92 1.6 4 5.59 4.49a7.58 7.58 0 006 2.63c2.09-.22 5-3.42 6.69-4.69 1.69-1.27 7.71-2.37 4.12-8.28a8.89 8.89 0 00-.5-.75l-.03-.05zm-9.13 8.8a6.66 6.66 0 01-7.45-4.06c-.22-.86-.65-5.24 3-7.41 2.72-1.54 6.55-1.75 8.16 1.84 1.61 3.59 1.02 8.62-3.71 9.63z", key: "k0" }))); }); exports.Pax.displayName = 'Pax'; exports.PaxDimensions = { height: 32, width: 32 };