google-material-icons
Version:
A google material icon library package for React applications
37 lines (33 loc) • 1.27 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const DatasetLinked = createIcon("DatasetLinked", [
[
"path",
{
d: "M6.59 16.5H5.5V12.5H9.19C10.14 11.87 11.28 11.5 12.5 11.5H18.5C18.84 11.5 19.17 11.54 19.5 11.59V4.5C19.5 3.4 18.6 2.5 17.5 2.5H3.5C2.4 2.5 1.5 3.4 1.5 4.5V18.5C1.5 19.6 2.4 20.5 3.5 20.5H7.31C6.8 19.62 6.5 18.59 6.5 17.5C6.5 17.16 6.54 16.83 6.59 16.5ZM11.5 6.5H15.5V10.5H11.5V6.5ZM5.5 6.5H9.5V10.5H5.5V6.5Z",
key: "tk50e1"
}
],
[
"path",
{
d: "M10.5 17.5C10.5 16.4 11.4 15.5 12.5 15.5H14.5V13.5H12.5C10.29 13.5 8.5 15.29 8.5 17.5C8.5 19.71 10.29 21.5 12.5 21.5H14.5V19.5H12.5C11.4 19.5 10.5 18.6 10.5 17.5Z",
key: "1iam9v"
}
],
[
"path",
{
d: "M18.5 13.5H16.5V15.5H18.5C19.6 15.5 20.5 16.4 20.5 17.5C20.5 18.6 19.6 19.5 18.5 19.5H16.5V21.5H18.5C20.71 21.5 22.5 19.71 22.5 17.5C22.5 15.29 20.71 13.5 18.5 13.5Z",
key: "igs6rb"
}
],
["path", { d: "M18.5 16.5H12.5V18.5H18.5V16.5Z", key: "1kvniw" }]
]);
export { DatasetLinked as default };
//# sourceMappingURL=dataset_linked.js.map