UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 624 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Androidauto = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 0c-.6 0-1.11.32-1.39.8L.48 18.4a1.6 1.6 0 001.39 2.4h2l7.7-13.58.43-.77 8.13 14.35h2a1.6 1.6 0 001.39-2.4L13.39.8A1.6 1.6 0 0012 0zm0 7.47l-9.07 16 .54.53L12 20.8l8.53 3.2.54-.53z" })); exports.default = Androidauto;