UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 676 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 BorderColor = createIcon("BorderColor", [ [ "path", { d: "M22 23.0015H2V19.0015H22V23.0015ZM13.06 4.19152L16.81 7.94152L7.75 17.0015H4V13.2515L13.06 4.19152ZM17.88 6.87152L14.13 3.12152L15.96 1.29152C16.35 0.901523 16.98 0.901523 17.37 1.29152L19.71 3.63152C20.1 4.02152 20.1 4.65152 19.71 5.04152L17.88 6.87152Z", key: "1i88p2" } ] ]); export { BorderColor as default }; //# sourceMappingURL=border_color.js.map