UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 1.54 kB
/** * @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 ElectricRickshaw = createIcon("ElectricRickshaw", [ [ "path", { d: "M20.9951 10.18V8.72C20.9951 8.25 20.8351 7.8 20.5351 7.44L16.5951 2.72C16.2151 2.26 15.6551 2 15.0551 2H2.99512C1.89512 2 0.995117 2.9 0.995117 4V12C0.995117 13.1 1.89512 14 2.99512 14H3.17512C3.59512 15.16 4.69512 16 5.99512 16C7.29512 16 8.39512 15.16 8.81512 14H17.1851C17.5951 15.16 18.6951 16 20.0051 16C21.6651 16 23.0051 14.66 23.0051 13C22.9951 11.7 22.1551 10.6 20.9951 10.18ZM5.99512 14C5.44512 14 4.99512 13.55 4.99512 13C4.99512 12.45 5.44512 12 5.99512 12C6.54512 12 6.99512 12.45 6.99512 13C6.99512 13.55 6.54512 14 5.99512 14ZM6.99512 10.17C6.68512 10.06 6.34512 10 5.99512 10C4.69512 10 3.57512 10.84 3.16512 12H2.99512V9H6.99512V10.17ZM6.99512 7H2.99512V4H6.99512V7ZM13.9951 12H8.99512V9H11.9951V7H8.99512V4H13.9951V12ZM15.9951 5.12L18.3951 8H15.9951V5.12ZM17.1651 12H15.9951V10H18.9951V10.17C18.1451 10.47 17.4651 11.15 17.1651 12ZM19.9951 14C19.4451 14 18.9951 13.55 18.9951 13C18.9951 12.45 19.4451 12 19.9951 12C20.5451 12 20.9951 12.45 20.9951 13C20.9951 13.55 20.5451 14 19.9951 14Z", key: "1dlgh4" } ], ["path", { d: "M6.99512 19H10.9951V17L16.9951 20H12.9951V22L6.99512 19Z", key: "nchuns" }] ]); export { ElectricRickshaw as default }; //# sourceMappingURL=electric_rickshaw.js.map