styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
17 lines (16 loc) • 1.54 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Pinterest = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }),
React.createElement("path", { d: "M13.37 2.094A10.003 10.003 0 008.002 21.17a7.757 7.757 0 01.163-2.293c.185-.839 1.296-5.463 1.296-5.463a3.739 3.739 0 01-.324-1.577c0-1.485.857-2.593 1.923-2.593a1.334 1.334 0 011.342 1.508c0 .9-.578 2.262-.88 3.54a1.544 1.544 0 001.575 1.923c1.898 0 3.17-2.431 3.17-5.301 0-2.2-1.457-3.848-4.143-3.848a4.746 4.746 0 00-4.93 4.794 2.96 2.96 0 00.648 1.97.48.48 0 01.162.554c-.046.184-.162.623-.208.784a.354.354 0 01-.51.254c-1.384-.554-2.036-2.077-2.036-3.816 0-2.847 2.384-6.255 7.154-6.255 3.796 0 6.32 2.777 6.32 5.747 0 3.909-2.177 6.848-5.394 6.848a2.861 2.861 0 01-2.454-1.246s-.578 2.316-.692 2.754a8.026 8.026 0 01-1.019 2.131c.923.28 1.882.42 2.846.416a9.988 9.988 0 009.996-10.003 10.002 10.002 0 00-8.635-9.903z", key: "k1" })));
});
exports.Pinterest.displayName = 'Pinterest';
exports.PinterestDimensions = { height: 24, width: 24 };
;