google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 938 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 Brush = createIcon("Brush", [
[
"path",
{
d: "M7.49902 16C8.04902 16 8.49902 16.45 8.49902 17C8.49902 18.1 7.59902 19 6.49902 19C6.32902 19 6.16902 18.98 5.99902 18.95C6.30902 18.4 6.49902 17.74 6.49902 17C6.49902 16.45 6.94902 16 7.49902 16ZM19.169 3C18.909 3 18.659 3.1 18.459 3.29L9.49902 12.25L12.249 15L21.209 6.04C21.599 5.65 21.599 5.02 21.209 4.63L19.869 3.29C19.669 3.09 19.419 3 19.169 3ZM7.49902 14C5.83902 14 4.49902 15.34 4.49902 17C4.49902 18.31 3.33902 19 2.49902 19C3.41902 20.22 4.98902 21 6.49902 21C8.70902 21 10.499 19.21 10.499 17C10.499 15.34 9.15902 14 7.49902 14Z",
key: "ga7h9e"
}
]
]);
export { Brush as default };
//# sourceMappingURL=brush.js.map