UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 460 B
import * as React from 'react'; export function SvgSuitcaseRollingSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M14 3c-1.654 0-3 1.346-3 3v3h2V6a1 1 0 011-1h4a1 1 0 011 1v3h2V6c0-1.654-1.346-3-3-3h-4zm-7 8v15h2v2h2v-2h10v2h2v-2h2V11H7zm2 2h14v11H9V13zm2 3v2h10v-2H11zm0 4v2h10v-2H11z" }))); } export default SvgSuitcaseRollingSolid;