UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 549 B
"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 Framer = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M18.666 2v6.667H12L5.333 2h13.333zM5.333 8.667H12l6.666 6.666H12V22l-6.667-6.667V8.667z", fill: "#323544" })); exports.default = Framer;