@figlinq/plotly-icons
Version:
set of plotly icons
11 lines • 496 B
JavaScript
import React from 'react';
import PlotlyIconBase from './IconBase.js';
import { jsx as _jsx } from "react/jsx-runtime";
const EmbedIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, {
viewBox: "0 0 32 32",
...props,
children: /*#__PURE__*/_jsx("path", {
d: "m4.313 15.813 5.75-5.75-2.125-2.125L0 15.813l7.938 7.938 2.125-2.125zM25.188 9l-1.125-1.063-2.125 2.125 1.125 1.063 4.625 4.688-5.75 5.813 2.125 2.125 7.938-7.938zm-10.25 17.75h-3l5.563-21.5h3z"
})
});
export default EmbedIcon;