iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 758 B
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 Httpie = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.28 0C4.4 0 1.992 2.279 1.933 5.155a5.263 5.263 0 005.26 5.358h4.223a.306.306 0 01.122.584l-6.47 2.835a5.263 5.263 0 00-3.135 4.85C1.953 21.683 4.368 24 7.273 24h2.212c2.922 0 5.357-2.345 5.35-5.267a5.263 5.263 0 00-3.29-4.867.303.303 0 01-.007-.556l7.402-3.246a5.263 5.263 0 003.128-4.846C22.047 2.317 19.626.003 16.724.003z" }));
exports.default = Httpie;