google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 574 B
JavaScript
/**
* @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 LocalParking = createIcon("LocalParking", [
[
"path",
{
d: "M12.5 3H5.5V21H9.5V15H12.5C15.81 15 18.5 12.31 18.5 9C18.5 5.69 15.81 3 12.5 3ZM12.7 11H9.5V7H12.7C13.8 7 14.7 7.9 14.7 9C14.7 10.1 13.8 11 12.7 11Z",
key: "1rogh7"
}
]
]);
export { LocalParking as default };
//# sourceMappingURL=local_parking.js.map