UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 818 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 Brush = createIcon("Brush", [ [ "path", { d: "M7.49902 14.0005C5.83902 14.0005 4.49902 15.3405 4.49902 17.0005C4.49902 18.3105 3.33902 19.0005 2.49902 19.0005C3.41902 20.2205 4.98902 21.0005 6.49902 21.0005C8.70902 21.0005 10.499 19.2105 10.499 17.0005C10.499 15.3405 9.15902 14.0005 7.49902 14.0005ZM21.209 4.63055L19.869 3.29055C19.479 2.90055 18.849 2.90055 18.459 3.29055L9.49902 12.2505L12.249 15.0005L21.209 6.04055C21.599 5.65055 21.599 5.02055 21.209 4.63055Z", key: "1tmn19" } ] ]); export { Brush as default }; //# sourceMappingURL=brush.js.map