react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 481 B
JavaScript
import * as React from 'react';
export function SvgShoppingBagSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16 3c-2.746 0-5 2.254-5 5v1H6.062L6 9.938l-1 18L4.937 29h22.125L27 27.937l-1-18L25.937 9H21V8c0-2.746-2.254-5-5-5zm0 2a3 3 0 013 3v1h-6V8a3 3 0 013-3zm-8.063 6H11v3h2v-3h6v3h2v-3h3.063l.875 16H7.063z" })));
}
export default SvgShoppingBagSolid;