ohctechv3/.svn/pristine/15/1524740916f9e1d44e982b325693aea439a8e2b5.svn-base

7 lines
314 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2m0 15-5-2.18L7 18V6c0-.55.45-1 1-1h8c.55 0 1 .45 1 1z"
}), 'BookmarkBorderRounded');