@icongo/mc
Version:
Micon Icons
13 lines • 975 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlActionCenterQuietNotification = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1664 1159q82 12 152.5 51t122 98 80.5 134 29 158q0 93-35 174.5t-96 142.5-142.5 96-174.5 35q-74 0-142.5-23.5T1333 1959t-97.5-101-62.5-130h43q93 0 174.5-35.5t142-96 96-142T1664 1280v-121zm-64 761q66 0 124.5-25t102-68.5 68.5-102 25-124.5q0-78-34-144.5t-97-112.5q-10 86-44 164t-87 141.5-123.5 111T1381 1832q48 43 101.5 65.5T1600 1920zM2048 0v1238q-41-51-91.5-91t-108-67-120.5-41.5-128-14.5h-64v256q0 66-25.5 124.5t-69 102T1340 1575t-124 25h-192q0 91 28 177.5t82 160.5l-110 110-384-384H0V0h2048zm-896 1152H384v128h768v-128zm512-384H384v128h1280V768zm0-384H384v128h1280V384z"
})
}));
export { MCMdlActionCenterQuietNotification };