UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.89 kB
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const NotificationSettings = createIcon("NotificationSettings", [ [ "path", { d: "M12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM4 19V17H6V10C6 8.6 6.42083 7.35833 7.2625 6.275C8.10417 5.19167 9.2 4.49167 10.55 4.175C10.3833 4.54167 10.2542 4.925 10.1625 5.325C10.0708 5.725 10.0083 6.13333 9.975 6.55C9.39167 6.9 8.91667 7.375 8.55 7.975C8.18333 8.575 8 9.25 8 10V17H16V13.95C16.3333 14 16.6667 14.025 17 14.025C17.3333 14.025 17.6667 14 18 13.95V17H20V19H4ZM16 12L15.7 10.5C15.5 10.4167 15.3125 10.3292 15.1375 10.2375C14.9625 10.1458 14.7833 10.0333 14.6 9.9L13.15 10.35L12.15 8.65L13.3 7.65C13.2667 7.43333 13.25 7.21667 13.25 7C13.25 6.78333 13.2667 6.56667 13.3 6.35L12.15 5.35L13.15 3.65L14.6 4.1C14.7833 3.96667 14.9625 3.85417 15.1375 3.7625C15.3125 3.67083 15.5 3.58333 15.7 3.5L16 2H18L18.3 3.5C18.5 3.58333 18.6875 3.67083 18.8625 3.7625C19.0375 3.85417 19.2167 3.96667 19.4 4.1L20.85 3.65L21.85 5.35L20.7 6.35C20.7333 6.56667 20.75 6.78333 20.75 7C20.75 7.21667 20.7333 7.43333 20.7 7.65L21.85 8.65L20.85 10.35L19.4 9.9C19.2167 10.0333 19.0375 10.1458 18.8625 10.2375C18.6875 10.3292 18.5 10.4167 18.3 10.5L18 12H16ZM17 9C17.55 9 18.0208 8.80417 18.4125 8.4125C18.8042 8.02083 19 7.55 19 7C19 6.45 18.8042 5.97917 18.4125 5.5875C18.0208 5.19583 17.55 5 17 5C16.45 5 15.9792 5.19583 15.5875 5.5875C15.1958 5.97917 15 6.45 15 7C15 7.55 15.1958 8.02083 15.5875 8.4125C15.9792 8.80417 16.45 9 17 9Z", key: "svyeay" } ] ]); export { NotificationSettings as default }; //# sourceMappingURL=notification_settings.js.map