google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 816 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 Carpenter = createIcon("Carpenter", [
[
"path",
{
d: "M20.0184 14.5366L7.28844 1.80664L3.39844 5.69664L11.5284 17.3666C10.7484 18.1466 10.7484 19.4166 11.5284 20.1966L12.9384 21.6066C13.7184 22.3866 14.9884 22.3866 15.7684 21.6066L20.0084 17.3666C20.7984 16.5866 20.7984 15.3166 20.0184 14.5366ZM5.99844 5.92664L7.28844 4.63664L15.7784 13.1266L12.9684 15.9366L5.99844 5.92664ZM14.3584 20.1866L12.9484 18.7766L17.1884 14.5366L18.5984 15.9466L14.3584 20.1866Z",
key: "116a9v"
}
]
]);
export { Carpenter as default };
//# sourceMappingURL=carpenter.js.map