@brizy/ui-icons
Version:
10 lines (9 loc) • 848 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.StockPhoto = void 0;
const react_1 = __importDefault(require("react"));
exports.StockPhoto = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M15.002 3h-2.5l-1.7-2.6a1.234 1.234 0 0 0-.8-.4h-4a1.234 1.234 0 0 0-.8.4L3.502 3h-2.5a.945.945 0 0 0-1 1v9a.945.945 0 0 0 1 1h14a.945.945 0 0 0 1-1V4a.945.945 0 0 0-1-1Zm-4.06 5.22-2.94 2.906L5.06 8.22 5.04 8.2a1.871 1.871 0 0 1 .29-2.868 1.923 1.923 0 0 1 2.672.513 1.924 1.924 0 0 1 2.941-.292l.02.021a1.871 1.871 0 0 1-.02 2.646Z" })));