styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 2.52 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Zest = 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 16zm2.266-23.363a1.819 1.819 0 00-1.266.16c-.847.385-1.738.665-2.653.835a9.17 9.17 0 00-1.193.37 6.679 6.679 0 01-1.014.463c-.872.123-2.482-.947-2.33.71 0 .304.312.465.217.853-.094.389-.511.73-.71 1.033a9.294 9.294 0 00-.948 2.188 7.579 7.579 0 00.294 5.277c.35.82.817 1.586 1.383 2.274.277.323.52.672.73 1.042.16.438.36.86.597 1.26a1.78 1.78 0 001.752.635 4.86 4.86 0 00.948-.445 6.461 6.461 0 011.591-.408 8.526 8.526 0 005.125-2.842 8.195 8.195 0 001.431-2.539 8.482 8.482 0 00.407-1.591c.048-.341-.056-1.204.19-1.43.16-.153.54-.19.654-.333a2.96 2.96 0 00.198-.587c.18-.559-.871-1.004-1.278-1.194-.531-.322-.72-1.27-1.052-1.79-.455-.73-1.118-1.326-1.516-2.084-.398-.758-.445-1.336-1.127-1.696a1.82 1.82 0 00-.266-.114c-.17-.407.578-.568.806-.54.407.12.78.334 1.09.625.596.446 1.77 1.763 2.633 1.45.862-.313-.161-1.838-.635-2.236a3.42 3.42 0 00-2.937-.88c-.478.143-.87.49-1.07.946-.045.167-.187.471-.05.588zm5.63-1.942c-.568-.142-1.894-.123-2.301.436.407.227.691.577 1.108.587.417.01.9-.389 1.43-.161-.227 0-1.25.19-1.316.502.143.235.315.451.511.644.266.218.294.294.692.076a2.53 2.53 0 001.042-1.317c0-.284.085-.095-.123-.331a2.302 2.302 0 00-1.042-.436zm-5.342.502a3.534 3.534 0 012.51-.313 3.6 3.6 0 00-1.193-2.368c.82.51 1.397 1.33 1.6 2.273.465-.075.948-.255 1.393-.322a3.846 3.846 0 00-1.127-2.396C21.424 3.777 20.543 3 20.04 3s-1.156 1.137-1.345 1.601a4.15 4.15 0 00-.142 2.596zm4.557 8.526c-.143.322-.702.512-.948.853a5.76 5.76 0 01-1.392 1.667 2.757 2.757 0 01-3.44-.739 2.937 2.937 0 01-.644-1.847c0-.521.569-1.829 0-2.113-.568-.284-.833.635-1.051.948a3.354 3.354 0 01-1.649 1.392 3.117 3.117 0 01-3.135-.682 3.174 3.174 0 01-.446-2.728 6.082 6.082 0 00-.123-1.393c0-.682.597-.436 1.08-.341a8.47 8.47 0 013.335 1.374 7.03 7.03 0 003.268 1.515c.805.076 1.603.212 2.388.408.388.114.748.303 1.127.436.4.13.788.297 1.156.502.256.113.625.34.483.71l-.01.038z", key: "k0" })));
});
Zest.displayName = 'Zest';
export var ZestDimensions = { height: 32, width: 32 };