UNPKG

@navinc/base-react-components

Version:
4 lines 843 B
import { jsx as _jsx } from "react/jsx-runtime"; const Placeholder = (props) => (_jsx("svg", Object.assign({ width: "24", height: "24", fill: "currentcolor", "data-testid": "icon:placeholder" }, props, { children: _jsx("path", { d: "M14.2839 21.2115C13.895 21.6004 13.4236 21.7951 12.8697 21.7956C12.3158 21.7951 11.8444 21.6004 11.4555 21.2115L3.55599 13.312C3.16709 12.9231 2.9724 12.4517 2.97192 11.8978C2.9724 11.3439 3.16709 10.8725 3.55599 10.4836L11.4555 2.58407C11.8444 2.19516 12.3158 2.00047 12.8697 2C13.4236 2.00047 13.895 2.19516 14.2839 2.58407L22.1834 10.4836C22.5723 10.8725 22.767 11.3439 22.7675 11.8978C22.767 12.4517 22.5723 12.9231 22.1834 13.312L14.2839 21.2115ZM12.8697 19.7973L20.7692 11.8978L12.8697 3.99828L4.97021 11.8978L12.8697 19.7973Z" }) }))); export default Placeholder; //# sourceMappingURL=placeholder.js.map