hh-ui-components
Version:
9 lines • 1.68 kB
JavaScript
import React from "react";
export var PinterestIcon = function (_a) {
var className = _a.className;
return (React.createElement("svg", { className: className, xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 44 45", role: "img", fill: "none", "aria-labelledby": "Pinterest" },
React.createElement("path", { d: "M22 10.7246C15.373 10.7246 10 16.0966 10 22.7246C10 27.8086 13.163 32.1506 17.627 33.8986C17.522 32.9496 17.427 31.4936 17.669 30.4576C17.887 29.5206 19.076 24.4926 19.076 24.4926C19.076 24.4926 18.717 23.7736 18.717 22.7106C18.717 21.0426 19.684 19.7966 20.888 19.7966C21.911 19.7966 22.406 20.5656 22.406 21.4866C22.406 22.5156 21.751 24.0546 21.412 25.4816C21.129 26.6756 22.011 27.6506 23.189 27.6506C25.322 27.6506 26.961 25.4016 26.961 22.1556C26.961 19.2826 24.897 17.2736 21.949 17.2736C18.535 17.2736 16.531 19.8346 16.531 22.4806C16.531 23.5116 16.928 24.6186 17.424 25.2186C17.522 25.3376 17.536 25.4426 17.507 25.5636L17.174 26.9236C17.121 27.1436 17 27.1906 16.772 27.0846C15.273 26.3866 14.336 24.1956 14.336 22.4356C14.336 18.6506 17.086 15.1736 22.265 15.1736C26.428 15.1736 29.663 18.1406 29.663 22.1046C29.663 26.2406 27.056 29.5686 23.436 29.5686C22.22 29.5686 21.077 28.9376 20.686 28.1906L19.938 31.0436C19.667 32.0866 18.936 33.3936 18.446 34.1896C19.57 34.5366 20.763 34.7246 22 34.7246C28.627 34.7246 34 29.3516 34 22.7246C34 16.0966 28.627 10.7246 22 10.7246Z", fill: "#1A1817" }),
React.createElement("rect", { opacity: "0.3", x: "0.5", y: "1.22461", width: "43", height: "43", rx: "21.5", stroke: "#1A1817" })));
};
export default PinterestIcon;
//# sourceMappingURL=Pinterest.js.map