UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 983 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 Checkroom = createIcon("Checkroom", [ [ "path", { d: "M21.6003 18.2011L13.0003 11.7511V10.8411C14.6503 10.3511 15.8003 8.67113 15.4303 6.79113C15.1703 5.48113 14.1303 4.39113 12.8203 4.09113C10.5403 3.57113 8.50026 5.30113 8.50026 7.50113H10.5003C10.5003 6.67113 11.1703 6.00113 12.0003 6.00113C12.8303 6.00113 13.5003 6.67113 13.5003 7.50113C13.5003 8.34113 12.8103 9.02113 11.9703 9.00113C11.4303 8.99113 11.0003 9.45113 11.0003 9.99113V11.7511L2.40026 18.2011C1.63026 18.7811 2.04026 20.0011 3.00026 20.0011H21.0003C21.9603 20.0011 22.3703 18.7811 21.6003 18.2011ZM6.00026 18.0011L12.0003 13.5011L18.0003 18.0011H6.00026Z", key: "14fa9j" } ] ]); export { Checkroom as default }; //# sourceMappingURL=checkroom.js.map