@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 956 B
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 Home64 = (_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: "M31.08 6.816a1.5 1.5 0 0 1 1.841 0l24 18.667a1.5 1.5 0 1 1-1.842 2.368l-2.912-2.266V56a1.5 1.5 0 0 1-1.5 1.5H13.333a1.5 1.5 0 0 1-1.5-1.5V25.586L8.921 27.85a1.5 1.5 0 1 1-1.842-2.368l24-18.667ZM32 9.9l17.167 13.352V54.5H38.333V37.333a1 1 0 0 0-1-1H26.667a1 1 0 0 0-1 1V54.5H14.833V23.252L32 9.9Zm-4.333 44.6h8.666V38.333h-8.666V54.5Z" })));
};
exports.default = Home64;