UNPKG

styled-icons

Version:

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

16 lines (15 loc) 2.28 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.Coqui = 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 16zm9.82-17.285c.377-.018.75-.091 1.18-.146-.087-.62-.132-1.218-.26-1.797-.533-2.417-1.796-4.374-3.78-5.85-1.661-1.233-3.538-1.863-5.604-1.911-.863-.02-1.726-.007-2.59-.004a9.6 9.6 0 00-2.497.338 9.83 9.83 0 00-7.252 9.203 43.836 43.836 0 00.028 3.156c.022.553.098 1.113.224 1.652.563 2.429 1.869 4.375 3.892 5.826 1.681 1.205 3.57 1.792 5.635 1.814.745.008 1.49 0 2.235.002a9.524 9.524 0 002.083-.205c3.055-.675 5.313-2.406 6.777-5.171.593-1.12.914-2.327 1.036-3.588.018-.194.021-.39.033-.62-.68-.063-1.34-.15-2.003-.177a18.66 18.66 0 00-1.907.026c-.563.035-1.124.126-1.685.2a.472.472 0 00-.225.1c-1.109.905-2.196 1.838-3.163 2.9-.392.43-.768.872-.931 1.458-.16.57-.617.888-1.213.888a1.324 1.324 0 01-1.303-1.116c-.091-.64.232-1.272.888-1.429.328-.078.622-.234.863-.466a68.31 68.31 0 001.565-1.553c.244-.25.462-.527.688-.795.188-.223.106-.45-.178-.496-.102-.016-.206-.021-.309-.028-.757-.047-1.514-.114-2.271-.132a20.9 20.9 0 00-1.787.056c-.37.023-.729.11-1.058.3a1.434 1.434 0 01-.408.166c-.492.103-1.04-.175-1.318-.651a1.327 1.327 0 01.201-1.588c.334-.342.934-.58 1.513-.232.175.104.375.192.573.226.431.072.868.14 1.303.144.779.008 1.558-.023 2.336-.055.413-.017.825-.06 1.236-.108.265-.03.353-.27.18-.477-.604-.725-1.226-1.435-1.92-2.076-.387-.358-.796-.674-1.327-.802a.901.901 0 01-.39-.228c-.613-.592-.488-1.625.24-2.069.694-.423 1.63-.142 1.854.589.166.542.462.988.828 1.401 1.004 1.13 2.149 2.108 3.314 3.063a.409.409 0 00.197.092c.704.082 1.407.2 2.113.225.787.028 1.577-.018 2.364-.055z", key: "k0" }))); }); exports.Coqui.displayName = 'Coqui'; exports.CoquiDimensions = { height: 32, width: 32 };