@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.28 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 Floor48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M24.92 1.816a1.5 1.5 0 0 0-1.84 0l-9 7a1.5 1.5 0 0 0 0 2.368l9 7a1.5 1.5 0 0 0 1.84 0l9-7a1.5 1.5 0 0 0 0-2.368l-9-7ZM24 15.1 17.443 10 24 4.9l6.557 5.1L24 15.1Zm-8.08.716a1.5 1.5 0 0 0-1.84 0l-9 7A1.5 1.5 0 0 0 5 25.118V29a1 1 0 0 0 .386.79l18 14a1 1 0 0 0 1.228 0l18-14A1 1 0 0 0 43 29v-3.882a1.5 1.5 0 0 0-.08-2.302l-9-7a1.5 1.5 0 0 0-1.84 0L24 22.1l-8.08-6.284ZM41 26.678l-7 5.445v1.832l7-5.444v-1.833ZM25 39.123l7-5.445v1.833l-7 5.444v-1.832Zm-2 0v1.832l-7-5.444v-1.833l7 5.445Zm-9-7v1.832l-7-5.444v-1.833l7 5.445ZM24 36.1 17.443 31 24 25.9l6.557 5.1L24 36.1ZM8.443 24 15 29.1l6.557-5.1L15 18.9 8.443 24ZM33 29.1l6.557-5.1L33 18.9 26.443 24 33 29.1Z" })));
};
exports.default = Floor48;