@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.49 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 LivingRoom24 = (_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: "M18.132 17.5H5.868a25.73 25.73 0 0 1-.103-1h12.47c-.029.345-.063.68-.103 1Zm-1.747 3.816-.606-1.816H8.222l-.605 1.816a1 1 0 0 1-1.898-.632l.395-1.184H5.02a1 1 0 0 1-.995-.779l-2-8.492a1 1 0 1 1 1.948-.458l.06.254c.092-.502.205-.998.34-1.482.481-1.716 1.265-3.35 2.511-4.564C8.155 2.742 9.848 2 12 2s3.845.742 5.115 1.979c1.247 1.214 2.03 2.848 2.51 4.564.136.484.25.98.342 1.482l.06-.254a1 1 0 0 1 1.947.458l-1.999 8.493a.998.998 0 0 1-.995.778h-1.092l.394 1.184a1 1 0 1 1-1.897.632ZM18.3 15.5H5.7c-.02-.445-.03-.902-.029-1.365a33.422 33.422 0 0 1 6.33-.635c2.496 0 4.812.332 6.328.635.002.463-.008.92-.029 1.365Zm-.069-3.42a35.4 35.4 0 0 0-6.23-.58 35.4 35.4 0 0 0-6.232.58 16.97 16.97 0 0 1 .532-2.998c.423-1.513 1.071-2.785 1.98-3.67C9.166 4.55 10.352 4 12 4c1.647 0 2.834.55 3.719 1.412.908.885 1.556 2.157 1.98 3.67.266.952.436 1.97.532 2.998Z" })));
};
exports.default = LivingRoom24;