@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.2 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 ParcelLoading24 = (_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: "M11.486 2.143a1 1 0 0 1 1.028 0l5 3A1 1 0 0 1 18 6v6a1 1 0 0 1-.553.894l-2 1a1 1 0 1 1-.894-1.788L16 11.382V7.766l-3.486 2.091a1 1 0 0 1-1.028 0L8 7.767v3.615l1.447.724a1 1 0 1 1-.894 1.788l-2-1A1 1 0 0 1 6 12V6a1 1 0 0 1 .486-.857l5-3ZM8.944 6 12 7.834l1.042-.626-3.056-1.833L8.944 6Zm6.112 0-1.042.625-3.056-1.833L12 4.166 15.056 6ZM12 11a1 1 0 0 1 1 1v4.131l1.445-.963a1 1 0 0 1 1.11 1.664l-3 2a1 1 0 0 1-1.11 0l-3-2a1 1 0 0 1 1.11-1.664L11 16.13V12a1 1 0 0 1 1-1Zm-9 6a1 1 0 0 1 1 1v2h16v-2a1 1 0 1 1 2 0v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1Z" })));
};
exports.default = ParcelLoading24;