UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 548 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 Accessibility = createIcon("Accessibility", [ [ "path", { d: "M12 2C13.1 2 14 2.9 14 4C14 5.1 13.1 6 12 6C10.9 6 10 5.1 10 4C10 2.9 10.9 2 12 2ZM21 9H15V22H13V16H11V22H9V9H3V7H21V9Z", key: "16evyo" } ] ]); export { Accessibility as default }; //# sourceMappingURL=accessibility.js.map