google-material-icons
Version:
A google material icon library package for React applications
46 lines (42 loc) • 1.17 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 Fluorescent = createIcon("Fluorescent", [
[
"path",
{ d: "M5.00393 15H19.0039V9H5.00393V15ZM7.00393 11H17.0039V13H7.00393V11Z", key: "6jh9v5" }
],
["path", { d: "M13.0039 2H11.0039V5H13.0039V2Z", key: "ernuwy" }],
[
"path",
{
d: "M19.08 4.59648L17.2903 6.39887L18.7095 7.80807L20.4992 6.00568L19.08 4.59648Z",
key: "scs1ct"
}
],
["path", { d: "M13.0039 19H11.0039V22H13.0039V19Z", key: "qk80on" }],
[
"path",
{ d: "M17.2939 17.71L19.0839 19.51L20.5039 18.09L18.7039 16.3L17.2939 17.71Z", key: "me4vt4" }
],
[
"path",
{
d: "M4.90577 4.60196L3.49865 6.00909L5.28761 7.79806L6.69474 6.39093L4.90577 4.60196Z",
key: "160e0s"
}
],
[
"path",
{
d: "M5.29848 16.2865L3.49609 18.0762L4.90529 19.4954L6.70768 17.7057L5.29848 16.2865Z",
key: "98bm1g"
}
]
]);
export { Fluorescent as default };
//# sourceMappingURL=fluorescent.js.map