UNPKG

google-material-icons

Version:

A google material icon library package for React applications

17 lines (13 loc) 538 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 DoubleArrow = createIcon("DoubleArrow", [ ["path", { d: "M15.25 5H10.75L15.75 12L10.75 19H15.25L20.25 12L15.25 5Z", key: "kcz7o5" }], ["path", { d: "M8.25 5H3.75L8.75 12L3.75 19H8.25L13.25 12L8.25 5Z", key: "f0667p" }] ]); export { DoubleArrow as default }; //# sourceMappingURL=double_arrow.js.map