@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.21 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var Suitcase2SIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#Suitcase2SIcon__a)" },
React.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.createElement("defs", null,
React.createElement("clipPath", { id: "Suitcase2SIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
Suitcase2SIcon.displayName = 'Suitcase2SIcon';