iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 806 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 FramerLogo = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.382 1.296A.5.5 0 013.84.997h7.66a.5.5 0 01.5.5V5.5a.5.5 0 01-.5.5H8.635l2.894 3.162a.5.5 0 01-.369.838H8v3.5a.5.5 0 01-.854.354l-4-4A.5.5 0 013 9.5v-4a.5.5 0 01.5-.5h2.865L3.471 1.835a.5.5 0 01-.089-.54zM7.72 5L4.975 1.997H11V5H7.72zm-.44 1H4v3h6.025L7.28 6zm-2.573 4L7 12.293V10H4.707z", fill: "currentColor" }));
exports.default = FramerLogo;