@sanity/icons
Version:
The Sanity icons.
24 lines (23 loc) • 765 B
JavaScript
import { jsx } from "react/jsx-runtime";
/**
* @public
*/
function BillIcon(props) {
return /* @__PURE__ */ jsx("svg", {
"data-sanity-icon": "bill",
width: "1em",
height: "1em",
viewBox: "0 0 25 25",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: /* @__PURE__ */ jsx("path", {
d: "M6.50001 5.5C8.50003 5.5 8.50003 8 8.50003 8V9.5M6.50001 5.5C4.5 5.5 4.5 8 4.5 8L4.50001 9.5H8.50003M6.50001 5.5C6.50001 5.5 15.8333 5.5 17.6667 5.5C19.5 5.5 19.5 8.5 19.5 8.5V20L17.6667 19L15.8333 20L14 19L12.1667 20L10.3334 19L8.50003 20V9.5M11 12.5H15M11 9.5H16M11 15.5H16",
stroke: "currentColor",
strokeWidth: 1.2,
strokeLinejoin: "round"
})
});
}
export { BillIcon, BillIcon as default };
//# sourceMappingURL=Bill.js.map