@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 993 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 Chat32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M4 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h5.667v3a1 1 0 0 0 1.65.76L15.704 21h.464v5.667a.5.5 0 0 0 .5.5h5.166l2.534 1.9a.5.5 0 0 0 .8-.4v-1.5h3.5a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5H25V4a1 1 0 0 0-1-1H4Zm21 14.167V20a1 1 0 0 1-1 1h-6.833v5.167H22a.5.5 0 0 1 .3.1l1.867 1.4v-1a.5.5 0 0 1 .5-.5h3.5v-9H25ZM5 19V5h18v14h-7.667a1 1 0 0 0-.65.24l-3.016 2.586V20a1 1 0 0 0-1-1H5Z" })));
};
exports.default = Chat32;