@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.01 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 Chat48 = (_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: "M6 4.5A1.5 1.5 0 0 0 4.5 6v24A1.5 1.5 0 0 0 6 31.5h8.5V36a1.5 1.5 0 0 0 2.476 1.139l6.579-5.639H24V40a1 1 0 0 0 1 1h7.667l3.733 2.8A1 1 0 0 0 38 43v-2h5a1 1 0 0 0 1-1V25a1 1 0 0 0-1-1h-5.5V6A1.5 1.5 0 0 0 36 4.5H6ZM37.5 26v4a1.5 1.5 0 0 1-1.5 1.5H26V39h7a1 1 0 0 1 .6.2L36 41v-1a1 1 0 0 1 1-1h5V26h-4.5Zm-30 2.5v-21h27v21H23a1.5 1.5 0 0 0-.976.361L17.5 32.74V30a1.5 1.5 0 0 0-1.5-1.5H7.5Z" })));
};
exports.default = Chat48;