@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.71 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 EcoAlt20 = (_a) => {
var { fill, size = '1.25rem' } = _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 20 20" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M6.7 4.569a4.667 4.667 0 0 1 6.608 6.592l-.011.01a4.703 4.703 0 0 0-.235.246 5.792 5.792 0 0 0-.526.691 4.892 4.892 0 0 0-.714 1.726H8.178a4.891 4.891 0 0 0-.714-1.726 5.78 5.78 0 0 0-.705-.882 3.006 3.006 0 0 0-.056-.055l-.01-.01A4.667 4.667 0 0 1 6.7 4.569Zm7.638 7.681-.004.005a3.114 3.114 0 0 0-.151.159 4.278 4.278 0 0 0-.389.51c-.288.445-.544 1.024-.544 1.66a.75.75 0 0 1-.25.559v.274c0 .575-.364 1.065-.874 1.252a2.167 2.167 0 0 1-4.252 0A1.334 1.334 0 0 1 7 15.417v-.274a.748.748 0 0 1-.25-.56c0-.635-.256-1.214-.544-1.659a4.285 4.285 0 0 0-.54-.67l-.005-.004a6.167 6.167 0 1 1 8.677 0ZM8 15.334v.083c0 .184.15.333.333.333h3.334c.184 0 .333-.15.333-.333v-.083H8ZM9.688 5.026a.5.5 0 0 1 .624 0c1.139.911 1.75 2.088 1.75 3.307 0 1.151-.544 2.264-1.562 3.15v.6a.5.5 0 1 1-1 0v-.6c-1.018-.886-1.563-1.999-1.563-3.15 0-1.219.612-2.396 1.75-3.307Zm1.374 3.307c0 .56-.18 1.136-.562 1.678V8.75a.5.5 0 1 0-1 0v1.26c-.383-.542-.563-1.119-.563-1.678 0-.762.335-1.557 1.063-2.253.728.696 1.062 1.491 1.062 2.253ZM10 17.417c-.465 0-.867-.273-1.054-.667h2.108a1.167 1.167 0 0 1-1.054.667Z" })));
};
exports.default = EcoAlt20;