@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.81 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Eco24 = (_a) => {
var { fill, size = '1.5rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M7.275 2.038A1 1 0 0 0 6.05 3.317c.365 1.093.043 2.01-.586 3.395a88.34 88.34 0 0 1-.13.285C4.741 8.288 4 9.904 4 12c0 2.654 1.396 4.504 3.021 5.735 1.564 1.184 3.4 1.847 4.614 2.2l3.918 1.96a1 1 0 0 0 .894-1.79l-1.377-.688a7.14 7.14 0 0 0 2.288-1.363c1.267-1.132 1.978-2.623 2.33-4.17.694-3.056.04-6.536-.747-8.723a1 1 0 0 0-1.437-.53L18 5.5l-.496-.868h-.001l-.003.002-.008.005-.032.018a24.17 24.17 0 0 0-.532.315c-.344.208-.81.498-1.295.821-.482.321-.997.686-1.433 1.044a8.875 8.875 0 0 0-.285.245c-1.867-2.715-4.794-4.516-6.64-5.043Zm7.652 6.864a8.925 8.925 0 0 1 .734 4.226c-.104 1.438-.565 2.937-1.462 4.476a5.22 5.22 0 0 0 1.827-1.042c.88-.786 1.426-1.864 1.711-3.121.475-2.09.196-4.525-.312-6.426-.215.135-.447.285-.683.442-.456.304-.909.627-1.27.924a5.41 5.41 0 0 0-.433.393 1.65 1.65 0 0 0-.112.128ZM7.285 7.539c.402-.883.827-1.856.906-2.949 1.474.804 3.26 2.23 4.389 4.112.759 1.264 1.202 2.702 1.087 4.28-.09 1.237-.528 2.617-1.506 4.118-.661-.653-1.173-1.34-1.511-2.164-.513-1.253-.649-2.895-.16-5.338a.5.5 0 0 0-.98-.196c-.512 2.557-.398 4.415.214 5.912.394.962.982 1.746 1.689 2.453-1-.346-2.18-.866-3.184-1.627C6.937 15.163 6 13.846 6 12c0-1.646.571-2.897 1.175-4.218l.11-.243Z" })));
};
exports.default = Eco24;