UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 651 B
/** * @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 AccessibilityNew = createIcon("AccessibilityNew", [ [ "path", { d: "M20.5 6C17.89 6.7 14.83 7 12 7C9.17 7 6.11 6.7 3.5 6L3 8C4.86 8.5 7 8.83 9 9V22H11V16H13V22H15V9C17 8.83 19.14 8.5 21 8L20.5 6ZM12 6C13.1 6 14 5.1 14 4C14 2.9 13.1 2 12 2C10.9 2 10 2.9 10 4C10 5.1 10.9 6 12 6Z", key: "1azazh" } ] ]); export { AccessibilityNew as default }; //# sourceMappingURL=accessibility_new.js.map