@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.41 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Suitcase2SIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.Suitcase2SIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#Suitcase2SIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.554.785A1.83 1.83 0 0 1 5.846.25h4.308a1.827 1.827 0 0 1 1.827 1.827V3.48h1.942a1.827 1.827 0 0 1 1.827 1.827v8.615a1.827 1.827 0 0 1-1.827 1.827H2.077A1.827 1.827 0 0 1 .25 13.923V5.308A1.827 1.827 0 0 1 2.077 3.48h1.942V2.077c0-.485.193-.95.535-1.292m.965 2.696h4.962V2.077a.327.327 0 0 0-.327-.327H5.846a.327.327 0 0 0-.327.327zm-3.442 1.5a.327.327 0 0 0-.327.327v8.615a.327.327 0 0 0 .327.327h11.846a.327.327 0 0 0 .327-.327V5.308a.327.327 0 0 0-.327-.327z", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "Suitcase2SIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.Suitcase2SIcon.displayName = 'Suitcase2SIcon';