iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.06 kB
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 PenToSquare = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.875 2.513a1.75 1.75 0 00-2.475 0L13.242 7.67a2.25 2.25 0 00-.646 1.349l-.19 1.747a.75.75 0 00.827.826l1.747-.189a2.25 2.25 0 001.35-.646L21.486 5.6a1.75 1.75 0 000-2.475l-.612-.612zm-2.277 1.923l.966.966-4.296 4.296a.75.75 0 01-.45.215l-.82.089.09-.82a.75.75 0 01.215-.45l4.295-4.296z", fill: "#323544" }),
React.createElement("path", { d: "M5.5 3.25h10.041l-1.5 1.5H5.5a.75.75 0 00-.75.75v13c0 .414.336.75.75.75h13a.75.75 0 00.75-.75V9.958l1.5-1.5V18.5a2.25 2.25 0 01-2.25 2.25h-13a2.25 2.25 0 01-2.25-2.25v-13A2.25 2.25 0 015.5 3.25z", fill: "#323544" }));
exports.default = PenToSquare;