styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 2.51 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Amb = 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 16zm11-15.985l-.001-.014v-.023c0-.007 0-.015-.002-.022v-.001a.52.52 0 00-.052-.188l-.003-.005-.006-.012C26.797 15.495 23.446 9.5 16 9.5S5.203 15.494 5.063 15.75a.662.662 0 00-.006.012l-.002.004a.52.52 0 00-.054.189L5 15.978v.045a.52.52 0 00.064.228c.139.255 3.492 6.249 10.937 6.249s10.797-5.994 10.936-6.249a.522.522 0 00.063-.228v-.008zM25.89 16c-.558.868-2.645 3.747-6.423 4.94l.088-.065a.278.278 0 00-.053-.478.27.27 0 00-.272.035c-.664.5-1.432.84-2.245.992a12.032 12.032 0 01-1.968 0c-2.184-.403-3.902-2.12-4.332-4.33a.601.601 0 00.212-.703c-.098-.256-.355-.412-.624-.377s-.478.252-.509.525.127.531.381.626a6.037 6.037 0 002.374 3.77C8.75 19.74 6.667 16.867 6.11 16c.563-.874 2.675-3.787 6.505-4.964a5.02 5.02 0 00-.073.052.278.278 0 00-.1.309.272.272 0 00.416.14 5.372 5.372 0 012.43-.971.268.268 0 00.05-.011 11.598 11.598 0 011.325 0 .267.267 0 00.05.011c2.252.3 4.08 2.016 4.574 4.239a.601.601 0 00-.119.724.584.584 0 001.102-.296.593.593 0 00-.457-.57 6.07 6.07 0 00-2.437-3.63c3.836 1.174 5.952 4.093 6.515 4.967zm-5.07.017c0-2.698-2.162-4.891-4.82-4.891s-4.82 2.194-4.82 4.891S13.343 20.91 16 20.91s4.82-2.195 4.82-4.892zm-.544 0c0 2.393-1.918 4.34-4.276 4.34s-4.277-1.947-4.277-4.34 1.92-4.339 4.277-4.339 4.276 1.947 4.276 4.34zm-2.7-1.343c0-.745-.519-1.386-1.24-1.53-.72-.145-1.44.247-1.72.936s-.04 1.483.573 1.894l-.428 2.627a.315.315 0 00.318.379h1.92c.209 0 .35-.17.316-.379l-.429-2.626c.431-.289.69-.777.69-1.3zm4.347 2.043a.275.275 0 00-.27-.308.274.274 0 00-.27.244 5.49 5.49 0 01-1.373 3.06.276.276 0 10.143.458.27.27 0 00.26-.086 6.041 6.041 0 001.51-3.368zm-9.87-4.868a.27.27 0 00-.385.011 6.04 6.04 0 00-1.567 3.267.276.276 0 00.27.317c.135 0 .249-.1.269-.236a5.49 5.49 0 011.423-2.968.278.278 0 00-.01-.39z", key: "k0" })));
});
exports.Amb.displayName = 'Amb';
exports.AmbDimensions = { height: 32, width: 32 };
;