UNPKG

google-material-icons

Version:

A google material icon library package for React applications

30 lines (26 loc) 781 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: "M16.81 7.94L13.06 4.19L4 13.25V17H7.75L16.81 7.94ZM6 15V14.08L13.06 7.02L13.98 7.94L6.92 15H6Z", key: "1sq3a9" } ], [ "path", { d: "M19.71 5.04C20.1 4.65 20.1 4.02 19.71 3.63L17.37 1.29C17.17 1.09 16.92 1 16.66 1C16.41 1 16.15 1.1 15.96 1.29L14.13 3.12L17.88 6.87L19.71 5.04Z", key: "17rlzt" } ], ["path", { d: "M22 19H2V23H22V19Z", key: "kpktnk" }] ]); export { BorderColor as default }; //# sourceMappingURL=border_color.js.map