styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.73 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.Ast = 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", { fillRule: "evenodd", d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm.01-26l-8.915 9.029L6 16.14l.385.34a17.624 17.624 0 001.233.991 14.27 14.27 0 004.033 2.012c1.41.45 2.88.671 4.359.671a14.5 14.5 0 003.471-.42 14.275 14.275 0 004.596-2.042c.345-.23.69-.49 1.016-.751.187-.15.365-.3.532-.46l.375-.34zm8.738 10.47c-.313.258-.639.499-.977.721a13.826 13.826 0 01-4.418 1.962 13.962 13.962 0 01-3.343.41 13.747 13.747 0 01-8.067-2.582c-.316-.22-.621-.47-.927-.72l-.187-.161L16 6.81l9.172 9.29c-.129.13-.276.25-.424.37zm-15.03-.48l-.444.19h.543c2.962 0 5.866.831 8.392 2.402l.03.02.04-.01c1.65-.3 3.227-.922 4.644-1.831l.139-.09-.139-.08a13.933 13.933 0 00-7.07-1.922c-2.113.01-4.2.46-6.135 1.32zm8.639 2.002a16.18 16.18 0 00-6.272-2.232 14.002 14.002 0 013.757-.51c2.11 0 4.182.49 6.065 1.451a11.735 11.735 0 01-3.55 1.291zm3.304 1.972s-1.46.92-2.012 1.191a13.757 13.757 0 01-5.986 1.792l-.631.04L16.01 26l4.23-4.284a23.88 23.88 0 001.42-1.752zm-7.347 3.504a14.239 14.239 0 004.694-1.322L16.01 25.19z", key: "k0" })));
});
exports.Ast.displayName = 'Ast';
exports.AstDimensions = { height: 32, width: 32 };
;