iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.59 kB
JavaScript
;
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 Toyota = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.789 18.256a1.773 1.773 0 011.78-1.779c.966.002 1.76.795 1.78 1.779a1.819 1.819 0 01-1.78 1.78c-.99-.015-1.783-.808-1.78-1.78zm1.78 1.123c.535-.008.977-.51.983-1.123-.006-.626-.448-1.128-.983-1.124-.558-.004-1.002.498-.984 1.124-.018.613.426 1.115.984 1.123zm3.793-2.154v2.716h-.749v-2.716h-1.077v-.608h2.857v.608h-1.03zm1.92 1.966l-.28.75h-.89l1.405-3.323h.937l1.358 3.323h-.889l-.281-.75h-1.36zm1.172-.56l-.468-1.218-.469 1.217h.937zM3.592 17.224v2.716h-.749v-2.716h-1.03v-.608h2.81v.608h-1.03zm1.219 1.03a1.778 1.778 0 011.779-1.778 1.796 1.796 0 011.78 1.778 1.813 1.813 0 01-1.78 1.78 1.794 1.794 0 01-1.78-1.78zM6.59 19.38c.54-.008.983-.51.983-1.124 0-.625-.443-1.127-.984-1.123-.552-.004-.995.498-.982 1.123-.013.614.43 1.116.982 1.124zm3.84.562v-1.264l1.312-2.06h-.843l-.843 1.404-.797-1.404h-.89l1.313 2.06v1.264h.748zM11.836 3.691c-5.002 0-9.056 2.513-9.056 5.61 0 3.099 4.054 5.61 9.056 5.61 5.001 0 9.055-2.51 9.055-5.61 0-3.098-4.054-5.61-9.055-5.61zm4.718 2.405c.235.662-.785 1.284-2.501 1.576l-.003.004c-.227-1.374-.724-2.432-1.354-2.94 1.986.122 3.608.656 3.858 1.36zm-4.718-.07c.496 0 .923.684 1.12 1.779h.003a15.158 15.158 0 01-2.246 0h.002c.197-1.095.625-1.779 1.12-1.779zm-4.719.07c.25-.704 1.872-1.238 3.858-1.36-.63.508-1.127 1.565-1.354 2.94l-.002-.004c-1.717-.292-2.737-.914-2.502-1.576zm-2.831 3.29c0-.625.206-1.22.58-1.761a4.996 4.996 0 01.089-.123l.002-.004a3.193 3.193 0 01.095-.12l.044-.055a4.427 4.427 0 01.22-.244 4.998 4.998 0 01.323-.305l.005-.005.035-.03.034-.029c.22 1.02 1.675 1.896 3.781 2.275l.001-.002c-.004.132-.007.263-.007.394 0 2.116.546 3.786 1.352 4.538-3.7-.295-6.554-2.211-6.554-4.53zm7.55 3.012c-.683 0-1.237-1.376-1.237-3.19v-.084l.005.008a14.484 14.484 0 002.469-.001v.077c0 1.814-.555 3.19-1.237 3.19zm.996 1.517c.806-.752 1.352-2.422 1.352-4.538 0-.133-.003-.264-.007-.393 2.107-.377 3.562-1.254 3.782-2.273a3.594 3.594 0 01.11.095l.036.032a1.45 1.45 0 01.081.075c.017.015.034.03.05.047l.008.008a2.798 2.798 0 01.111.111c.038.039.075.078.11.118.02.02.038.042.057.063l.048.056.006.007.091.113.049.064.046.062.044.063c.374.541.58 1.136.58 1.76 0 2.319-2.855 4.235-6.554 4.53z", fill: "#323544" }));
exports.default = Toyota;