UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 771 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 SquareParkingOff = (props) => React.createElement("svg", { className: "lucide lucide-square-parking-off", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M3.6 3.6A2 2 0 015 3h14a2 2 0 012 2v14a2 2 0 01-.59 1.41M3 8.7V19a2 2 0 002 2h10.3M2 2l20 20" }), React.createElement("path", { d: "M13 13a3 3 0 100-6H9v2M9 17v-2.3" })); exports.default = SquareParkingOff;