UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 873 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 Vrpano = createIcon("Vrpano", [ [ "path", { d: "M20.69 4.04787C18.66 4.72787 15.86 5.49787 12 5.49787C8.11 5.49787 5.05 4.65787 3.31 4.06787C2.67 3.84787 2 4.32787 2 5.01787V18.9979C2 19.6779 2.66 20.1679 3.31 19.9479C5.36 19.2579 8.1 18.4979 12 18.4979C15.87 18.4979 18.66 19.2579 20.69 19.9479C21.34 20.1579 22 19.6779 22 18.9979V4.99787C22 4.31787 21.34 3.83787 20.69 4.04787ZM12 14.9979C9.66 14.9979 7.48 15.1479 5.48 15.4079L9.17 10.9879L11.17 13.3879L14 9.99787L18.51 15.3979C16.52 15.1479 14.3 14.9979 12 14.9979Z", key: "3swkbj" } ] ]); export { Vrpano as default }; //# sourceMappingURL=vrpano.js.map