google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.4 kB
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 Draw = createIcon("Draw", [
[
"path",
{
d: "M19.1029 10.39L20.1629 9.33C20.9429 8.55 20.9429 7.28 20.1629 6.5L18.7529 5.09C17.9729 4.31 16.7029 4.31 15.9229 5.09L14.8629 6.15L19.1029 10.39ZM14.8629 11.81L7.66293 19H6.25293V17.59L13.4429 10.4L14.8629 11.81ZM13.4429 7.56L4.25293 16.76V21H8.49293L17.6829 11.81L13.4429 7.56ZM19.2529 17.5C19.2529 19.69 16.7129 21 14.2529 21C13.7029 21 13.2529 20.55 13.2529 20C13.2529 19.45 13.7029 19 14.2529 19C15.7929 19 17.2529 18.27 17.2529 17.5C17.2529 17.03 16.7729 16.63 16.0229 16.3L17.5029 14.82C18.5729 15.45 19.2529 16.29 19.2529 17.5ZM4.83293 13.35C3.86293 12.79 3.25293 12.06 3.25293 11C3.25293 9.2 5.14293 8.37 6.81293 7.64C7.84293 7.18 9.25293 6.56 9.25293 6C9.25293 5.59 8.47293 5 7.25293 5C5.99293 5 5.45293 5.61 5.42293 5.64C5.07293 6.05 4.44293 6.1 4.02293 5.76C3.61293 5.42 3.53293 4.81 3.87293 4.38C3.98293 4.24 5.01293 3 7.25293 3C9.49293 3 11.2529 4.32 11.2529 6C11.2529 7.87 9.32293 8.72 7.61293 9.47C6.67293 9.88 5.25293 10.5 5.25293 11C5.25293 11.31 5.68293 11.6 6.32293 11.86L4.83293 13.35Z",
key: "1pu9b0"
}
]
]);
export { Draw as default };
//# sourceMappingURL=draw.js.map