iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.57 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 Pinterest = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.249 12.03c.064 3.002 1.453 6.005 3.81 7.814.743.548 1.55.871 2.39 1.227-.356-2.293.516-4.586 1-6.846.065-.226.097-.484.097-.743 0-.355-.129-.71-.226-1.065a2.958 2.958 0 01.226-1.744c.356-.742 1.195-1.324 1.938-1.033.678.258.936 1.162.807 1.873-.13.742-.517 1.388-.71 2.099-.226.71-.194 1.582.322 2.066.485.452 1.26.485 1.873.226.904-.387 1.486-1.291 1.84-2.195.647-1.68.518-3.81-.806-5.038-.55-.549-1.324-.904-2.164-1.033-1.42-.226-2.97.194-3.972 1.227-1 1.033-1.453 2.615-1.033 3.972.13.452.388.904.485 1.356.096.452.064 1.033-.259 1.356a.446.446 0 01-.129.097c-.065.032-.161-.032-.226-.065-.613-.387-1.098-1-1.388-1.646-.905-1.97-.452-4.424.968-6.039 1.421-1.614 3.714-2.39 5.845-2.099 2.002.259 3.971 1.453 4.811 3.294.517 1.098.613 2.357.42 3.552-.194 1.227-.678 2.39-1.486 3.326-.807.936-1.97 1.582-3.196 1.647-1.001.064-2.067-.291-2.584-1.13-.322 1.743-.936 3.454-1.84 4.972-.032.065 2.067.517 2.26.517 2.39.194 4.94-.743 6.814-2.228 5.166-4.101 4.617-11.948-.485-15.822-2.648-2.035-5.78-2.422-8.88-1.324-.936.323-1.808.872-2.615 1.453a9.772 9.772 0 00-3.003 3.68c-.678 1.325-.937 2.81-.904 4.295z", fill: "#323544" }));
exports.default = Pinterest;