@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 946 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Suitcase = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 18 17",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M4.5 1.96875C4.5 0.881367 5.38242 0 6.46875 0H11.5312C12.6176 0 13.5 0.881367 13.5 1.96875V16.875H4.5V1.96875ZM6.1875 3.375H11.8125V1.96875C11.8125 1.81336 11.6859 1.6875 11.5312 1.6875H6.46875C6.31406 1.6875 6.1875 1.81336 6.1875 1.96875V3.375ZM2.25 3.375H3.375V16.875H2.25C1.00723 16.875 0 15.866 0 14.625V5.625C0 4.38398 1.00723 3.375 2.25 3.375ZM15.75 16.875H14.625V3.375H15.75C16.991 3.375 18 4.38398 18 5.625V14.625C18 15.866 16.991 16.875 15.75 16.875Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(Suitcase);
export default ForwardRef;