UNPKG

google-material-icons

Version:

A google material icon library package for React applications

50 lines (46 loc) 1.43 kB
/** * @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 Stream = createIcon("Stream", [ [ "path", { d: "M20 14C21.1046 14 22 13.1046 22 12C22 10.8954 21.1046 10 20 10C18.8954 10 18 10.8954 18 12C18 13.1046 18.8954 14 20 14Z", key: "3n6hjt" } ], [ "path", { d: "M4 14C5.10457 14 6 13.1046 6 12C6 10.8954 5.10457 10 4 10C2.89543 10 2 10.8954 2 12C2 13.1046 2.89543 14 4 14Z", key: "ppd85e" } ], [ "path", { d: "M12 22C13.1046 22 14 21.1046 14 20C14 18.8954 13.1046 18 12 18C10.8954 18 10 18.8954 10 20C10 21.1046 10.8954 22 12 22Z", key: "78je59" } ], [ "path", { d: "M10.05 8.59L6.03 4.55H6.02L5.71 4.23L4.29 5.64L8.31 9.69L8.32 9.68L8.63 10L10.05 8.59ZM13.943 8.617L18.348 4.225L19.76 5.64L15.355 10.033L13.943 8.617ZM10.01 15.36L8.59 13.95L4.56 17.96L4.24 18.29L5.65 19.7L9.68 15.68L10.01 15.36ZM19.76 18.3L15.77 14.29L15.41 13.94L14 15.35L17.99 19.36L18.34 19.71L19.76 18.3Z", key: "14ndrz" } ], [ "path", { d: "M12 6C13.1046 6 14 5.10457 14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4C10 5.10457 10.8954 6 12 6Z", key: "1cb55s" } ] ]); export { Stream as default }; //# sourceMappingURL=stream.js.map