@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.05 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 Chat64 = (_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: "M8 6.5A1.5 1.5 0 0 0 6.5 8v32A1.5 1.5 0 0 0 8 41.5h11.833V48a1.5 1.5 0 0 0 2.477 1.139l8.912-7.639h1.111v11.833a1 1 0 0 0 1 1h10.334l5.066 3.8a1 1 0 0 0 1.6-.8v-3h7a1 1 0 0 0 1-1v-20a1 1 0 0 0-1-1H49.5V8A1.5 1.5 0 0 0 48 6.5H8Zm41.5 27.833V40a1.5 1.5 0 0 1-1.5 1.5H34.333v10.833H44a1 1 0 0 1 .6.2l3.733 2.8v-2a1 1 0 0 1 1-1h7v-18H49.5ZM9.5 38.5v-29h37v29H30.667a1.5 1.5 0 0 0-.977.361l-6.857 5.878V40a1.5 1.5 0 0 0-1.5-1.5H9.5Z" })));
};
exports.default = Chat64;