UNPKG

google-material-icons

Version:

A google material icon library package for React applications

36 lines (32 loc) 1.07 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 LocalTaxi = createIcon("LocalTaxi", [ [ "path", { d: "M18.92 6.01C18.72 5.42 18.16 5 17.5 5H15V3H9V5H6.5C5.84 5 5.29 5.42 5.08 6.01L3 12V20C3 20.55 3.45 21 4 21H5C5.55 21 6 20.55 6 20V19H18V20C18 20.55 18.45 21 19 21H20C20.55 21 21 20.55 21 20V12L18.92 6.01ZM6.85 7H17.14L18.18 10H5.81L6.85 7ZM19 17H5V12.34L5.12 12H18.89L19 12.34V17Z", key: "ighddg" } ], [ "path", { d: "M7.5 16C8.32843 16 9 15.3284 9 14.5C9 13.6716 8.32843 13 7.5 13C6.67157 13 6 13.6716 6 14.5C6 15.3284 6.67157 16 7.5 16Z", key: "smrar6" } ], [ "path", { d: "M16.5 16C17.3284 16 18 15.3284 18 14.5C18 13.6716 17.3284 13 16.5 13C15.6716 13 15 13.6716 15 14.5C15 15.3284 15.6716 16 16.5 16Z", key: "9qp0kg" } ] ]); export { LocalTaxi as default }; //# sourceMappingURL=local_taxi.js.map