UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

4 lines 397 B
import { jsx as _jsx } from "react/jsx-runtime"; const Shell = (props) => (_jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 25 24" }, props, { children: _jsx("path", { stroke: "#14B8A6", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M4.336 17l6-6-6-6M12.336 19h8" }) }))); export default Shell; //# sourceMappingURL=shell.js.map