@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.35 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 Floor64 = (_a) => {
var { fill, size = '4rem' } = _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 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M32.92 2.816a1.5 1.5 0 0 0-1.84 0l-12 9.333a1.5 1.5 0 0 0 0 2.368l12 9.334a1.5 1.5 0 0 0 1.84 0l12-9.334a1.5 1.5 0 0 0 0-2.368l-12-9.333ZM32 20.766l-9.557-7.433L32 5.9l9.557 7.433L32 20.766Zm-11.08.717a1.5 1.5 0 0 0-1.84 0l-12 9.333A1.5 1.5 0 0 0 7 33.118v5.549a1 1 0 0 0 .386.789l24 18.667a1 1 0 0 0 1.228 0l24-18.667a1 1 0 0 0 .386-.79v-5.548a1.5 1.5 0 0 0-.08-2.302l-12-9.333a1.5 1.5 0 0 0-1.84 0L32 30.1l-11.08-8.617ZM55 34.678l-10 7.778v3.5l10-7.778v-3.5ZM33 51.79l10-7.778v3.5L33 55.29v-3.5Zm-2 0v3.5l-10-7.78v-3.5l10 7.778Zm-12-9.333v3.5l-10-7.78v-3.5l10 7.778Zm13 6.31-9.557-7.433L32 33.9l9.557 7.433L32 48.766ZM10.443 32 20 39.433 29.557 32 20 24.567 10.443 32ZM44 39.433 53.557 32 44 24.567 34.443 32 44 39.433Z" })));
};
exports.default = Floor64;