@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.25 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 ParcelLoading32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M15.486 3.143a1 1 0 0 1 1.029 0l6.666 4a1 1 0 0 1 .486.857v8a1 1 0 0 1-.553.894l-2.667 1.334a1 1 0 0 1-.894-1.79l2.114-1.056V9.766l-5.152 3.091a1 1 0 0 1-1.03 0l-5.152-3.09v5.615l2.114 1.057a1 1 0 1 1-.894 1.789l-2.667-1.334A1 1 0 0 1 8.333 16V8a1 1 0 0 1 .486-.857l6.666-4ZM11.277 8 16 10.834l1.876-1.126-4.723-2.833L11.277 8Zm9.446 0-1.876 1.125-4.723-2.833L16 5.166 20.723 8ZM16 15a1 1 0 0 1 1 1v6.131l2.445-1.63a1 1 0 1 1 1.11 1.664l-4 2.667a1 1 0 0 1-1.11 0l-4-2.667a1 1 0 0 1 1.11-1.664L15 22.131V16a1 1 0 0 1 1-1ZM4 23a1 1 0 0 1 1 1v3h22v-3a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1Z" })));
};
exports.default = ParcelLoading32;