iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 961 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 Farcaster = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.24.24H5.76A5.76 5.76 0 000 6v12a5.76 5.76 0 005.76 5.76h12.48A5.76 5.76 0 0024 18V6A5.76 5.76 0 0018.24.24m.816 17.166v.504a.49.49 0 01.543.48v.568h-5.143v-.569c-.002-.288.257-.505.544-.479v-.504c0-.22.152-.402.358-.458l-.01-4.364c-.158-1.737-1.64-3.098-3.443-3.098-1.804 0-3.285 1.361-3.443 3.098l-.01 4.358c.228.042.532.208.54.464v.504a.49.49 0 01.543.48v.568H4.391v-.569a.49.49 0 01.544-.479v-.504c0-.253.201-.454.454-.472V9.039h-.49l-.61-2.031H6.93V5.042h9.95v1.966h2.822l-.61 2.03h-.49v7.896c.252.017.453.22.453.472" }));
exports.default = Farcaster;