iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.55 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 Paddlepaddle = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.172 4.832a1.15 1.15 0 000 2.298 1.15 1.15 0 000-2.298zm9.991 0a1.15 1.15 0 000 2.298 1.15 1.15 0 000-2.298zM6.673 8.006a.083.083 0 00-.077.049l-1.953 4.293H.753a.13.13 0 00-.12.076l-.626 1.398a.074.074 0 00.066.104h3.853L1.6 19.047a.085.085 0 00.076.122H3.33c.033 0 .064-.021.078-.051L8.407 8.126a.084.084 0 00-.077-.119zm3.478 0a.064.064 0 00-.059.037l-.58 1.285c-.019.043.012.09.059.09h1.023c.217-.003.377.012.555.04.825.127 1.336.732 1.324 1.534a1.393 1.393 0 01-1.399 1.362H7.41a.159.159 0 00-.145.093l-.61 1.34a.097.097 0 00.09.137h4.286c1.776 0 3.194-1.533 2.995-3.299a2.935 2.935 0 00-2.81-2.619.156.156 0 00-.039.004.062.062 0 00-.021-.004zm6.476 0a.086.086 0 00-.078.049L11.55 19.047a.086.086 0 00.078.121h1.656c.033 0 .063-.02.076-.05l5-10.992a.085.085 0 00-.078-.119zm3.478 0a.061.061 0 00-.056.037l-.58 1.285c-.02.043.01.09.056.09h1.023c.218-.003.378.012.555.04.825.127 1.338.732 1.326 1.534a1.393 1.393 0 01-1.398 1.362h-3.668a.159.159 0 00-.144.093l-.61 1.34a.097.097 0 00.09.137h4.285c1.777 0 3.196-1.533 2.998-3.299a2.937 2.937 0 00-2.812-2.619.155.155 0 00-.04.004.061.061 0 00-.021-.004z" }));
exports.default = Paddlepaddle;