UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.01 kB
'use strict'; 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 Notification24 = (_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: "M13 3a1 1 0 1 0-2 0v1.083a6.002 6.002 0 0 0-5 5.852l-.49 3.925a1.01 1.01 0 0 0-.004.03L5.117 17H5a1 1 0 1 0 0 2h3.126a4.002 4.002 0 0 0 7.748 0H19a1 1 0 1 0 0-2h-.117L18 9.935a6.002 6.002 0 0 0-5-5.852V3ZM7.383 15l-.25 2h9.734l-.86-6.876A1.007 1.007 0 0 1 16 10a4 4 0 0 0-8 0 1 1 0 0 1-.008.124L7.632 13H11a1 1 0 1 1 0 2H7.383ZM12 20a2 2 0 0 1-1.732-1h3.464A2 2 0 0 1 12 20Z" }))); }; exports.default = Notification24;