iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 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 OpenPreview = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 1h11l1 1v5.3a3.21 3.21 0 00-1-.3V2H9v10.88L7.88 14H3l-1-1V2l1-1zm0 12h5V2H3v11zM13.38 8.002a2.53 2.53 0 00-1.189.348h-.03a2.51 2.51 0 00-.8 3.53L9 14.23l.71.71 2.35-2.36c.325.22.7.358 1.09.4.385.047.776.002 1.14-.13a2.51 2.51 0 001-.63 2.46 2.46 0 00.58-1 2.63 2.63 0 00.07-1.15 2.529 2.529 0 00-1.35-1.81 2.53 2.53 0 00-1.211-.258zm.24 3.992a1.5 1.5 0 01-.979-.244 1.55 1.55 0 01-.56-.68 1.49 1.49 0 01-.08-.86 1.49 1.49 0 011.18-1.18 1.49 1.49 0 01.86.08c.276.117.513.311.68.56a1.5 1.5 0 01-1.1 2.324z", fill: "#424242" }));
exports.default = OpenPreview;