UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.28 kB
"use strict"; 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 Posthog = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.854 14.5L5 9.647.854 5.5A.5.5 0 000 5.854V8.44a.5.5 0 00.146.353L5 13.647l.147.146L9.854 18.5l.146.147v-.049c.065.03.134.049.207.049h2.586a.5.5 0 00.353-.854L9.854 14.5zm0-5l-4-4a.487.487 0 00-.409-.144.515.515 0 00-.356.21.493.493 0 00-.089.288V8.44a.5.5 0 00.147.353l9 9a.5.5 0 00.853-.354v-2.585a.5.5 0 00-.146-.354l-5-5zm1-4a.5.5 0 00-.854.354V8.44a.5.5 0 00.147.353l4 4a.5.5 0 00.853-.354V9.854a.5.5 0 00-.146-.354l-4-4zm12.647 11.515a3.863 3.863 0 01-2.232-1.1l-4.708-4.707a.5.5 0 00-.854.354v6.585a.5.5 0 00.5.5H23.5a.5.5 0 00.5-.5v-.6c0-.276-.225-.497-.499-.532zm-5.394.032a.8.8 0 110-1.6.8.8 0 010 1.6zM.854 15.5a.5.5 0 00-.854.354v2.293a.5.5 0 00.5.5h2.293c.222 0 .39-.135.462-.309a.493.493 0 00-.109-.545L.854 15.501zM5 14.647L.854 10.5a.5.5 0 00-.854.353v2.586a.5.5 0 00.146.353L4.854 18.5l.146.147h2.793a.5.5 0 00.353-.854L5 14.647z" })); exports.default = Posthog;