google-material-icons
Version:
A google material icon library package for React applications
40 lines (36 loc) • 1.38 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: "M5.5 16.5H6.59C6.87 14.83 7.83 13.4 9.19 12.5H5.5V16.5Z", key: "h0yozs" }],
[
"path",
{
d: "M3.5 18.5V4.5H17.5V11.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.96 19.89 6.71 19.22 6.59 18.5H3.5Z",
key: "7g42k4"
}
],
["path", { d: "M9.5 6.5H5.5V10.5H9.5V6.5Z", key: "1kqo3v" }],
["path", { d: "M15.5 6.5H11.5V10.5H15.5V6.5Z", key: "1gnmll" }],
[
"path",
{
d: "M14.5 19.5H12.5C11.4 19.5 10.5 18.6 10.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.5Z",
key: "1f5b0c"
}
],
[
"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 18.5V16.5H12.5V18.5H18.5Z", key: "1y0646" }]
]);
export { DatasetLinked as default };
//# sourceMappingURL=dataset_linked.js.map