UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 869 B
/** * @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 Stadium = createIcon("Stadium", [ [ "path", { d: "M7 5.06055L3 7.06055V3.06055L7 5.06055ZM18 3.06055V7.06055L22 5.06055L18 3.06055ZM11 2.06055V6.06055L15 4.06055L11 2.06055ZM5 10.1005C6.38 10.5905 8.77 11.0605 12 11.0605C15.23 11.0605 17.62 10.5905 19 10.1005C19 9.92055 16.22 9.06055 12 9.06055C7.78 9.06055 5 9.92055 5 10.1005ZM15 17.0605H9V21.9405C4.94 21.5505 2 20.4005 2 19.0605V10.0605C2 8.40055 6.48 7.06055 12 7.06055C17.52 7.06055 22 8.40055 22 10.0605V19.0605C22 20.4005 19.06 21.5405 15 21.9305V17.0605Z", key: "1krznd" } ] ]); export { Stadium as default }; //# sourceMappingURL=stadium.js.map