UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 942 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var Suitcase2MIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.721 2.875c.4-.4.944-.625 1.51-.625h5.538a2.135 2.135 0 0 1 2.135 2.135v2.019h2.711a2.134 2.134 0 0 1 2.135 2.134v11.077a2.134 2.134 0 0 1-2.135 2.135H4.385a2.135 2.135 0 0 1-2.135-2.135V8.538a2.135 2.135 0 0 1 2.135-2.134h2.711v-2.02c0-.566.225-1.109.625-1.509m.875 3.529h6.808v-2.02a.635.635 0 0 0-.635-.634H9.231a.635.635 0 0 0-.635.635zm-4.211 1.5a.635.635 0 0 0-.635.634v11.077a.634.634 0 0 0 .635.635h15.23a.634.634 0 0 0 .635-.635V8.538a.635.635 0 0 0-.635-.634z", clipRule: "evenodd" }))); }); Suitcase2MIcon.displayName = 'Suitcase2MIcon';