google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 575 B
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 CorporateFare = createIcon("CorporateFare", [
[
"path",
{
d: "M12 7V3H2V21H22V7H12ZM10 19H4V17H10V19ZM10 15H4V13H10V15ZM10 11H4V9H10V11ZM10 7H4V5H10V7ZM20 19H12V9H20V19ZM18 11H14V13H18V11ZM18 15H14V17H18V15Z",
key: "aohkb2"
}
]
]);
export { CorporateFare as default };
//# sourceMappingURL=corporate_fare.js.map