UNPKG

google-material-icons

Version:

A google material icon library package for React applications

58 lines (54 loc) 1.31 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 Hive = createIcon("Hive", [ [ "path", { d: "M13.7899 8L15.5899 5L13.7899 2H10.2099L8.40992 5L10.2099 8H13.7899Z", key: "116vda" } ], [ "path", { d: "M10.2099 9L8.40992 12L10.2099 15H13.7899L15.5899 12L13.7899 9H10.2099Z", key: "1b6194" } ], [ "path", { d: "M16.4499 11.51H20.0399L21.8299 8.51L20.0399 5.51H16.4499L14.6499 8.51L16.4499 11.51Z", key: "ofowa3" } ], [ "path", { d: "M20.0399 12.51H16.4499L14.6499 15.51L16.4499 18.51H20.0399L21.8299 15.51L20.0399 12.51Z", key: "1tsm0n" } ], [ "path", { d: "M7.54992 11.51L9.34992 8.51L7.54992 5.51H3.95992L2.16992 8.51L3.95992 11.51H7.54992Z", key: "1l97fc" } ], [ "path", { d: "M7.54992 12.51H3.95992L2.16992 15.51L3.95992 18.51H7.54992L9.34992 15.51L7.54992 12.51Z", key: "1dt3p4" } ], [ "path", { d: "M10.2099 16L8.40992 19L10.2099 22H13.7899L15.5899 19L13.7899 16H10.2099Z", key: "2h1h6h" } ] ]); export { Hive as default }; //# sourceMappingURL=hive.js.map