UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 929 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: "M21.01 4C20.45 4 17.4 5.5 12 5.5C6.69 5.5 3.51 4.01 2.99 4.01C2.46 4.01 2 4.45 2 5.02V19C2 19.57 2.46 20 2.99 20C3.56 20 6.54 18.5 12 18.5C17.42 18.5 20.44 20 21.01 20C21.54 20 22 19.57 22 19V5C22 4.43 21.54 4 21.01 4ZM20 17.63C17.99 17.04 15.38 16.5 12 16.5C8.61 16.5 6.01 17.04 4 17.63V6.38C6.58 7.11 9.32 7.5 12 7.5C15.38 7.5 17.99 6.96 20 6.37V17.63Z", key: "lcbo8e" } ], [ "path", { d: "M9.17 10.99L5.48 15.41C7.48 15.15 9.66 15 12 15C14.3 15 16.52 15.15 18.51 15.4L14 10L11.17 13.39L9.17 10.99Z", key: "9on0a7" } ] ]); export { Vrpano as default }; //# sourceMappingURL=vrpano.js.map