UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 613 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 Vibration = createIcon("Vibration", [ [ "path", { d: "M0 15H2V9H0V15ZM3 17H5V7H3V17ZM22 9V15H24V9H22ZM19 17H21V7H19V17ZM16.5 3H7.5C6.67 3 6 3.67 6 4.5V19.5C6 20.33 6.67 21 7.5 21H16.5C17.33 21 18 20.33 18 19.5V4.5C18 3.67 17.33 3 16.5 3ZM16 19H8V5H16V19Z", key: "1yfah0" } ] ]); export { Vibration as default }; //# sourceMappingURL=vibration.js.map