UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 693 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 AddLink = createIcon("AddLink", [ [ "path", { d: "M8 9.5H16V11.5H8V9.5ZM20.1 10.5H22C22 7.74 19.76 5.5 17 5.5H13V7.4H17C18.71 7.4 20.1 8.79 20.1 10.5ZM3.9 10.5C3.9 8.79 5.29 7.4 7 7.4H11V5.5H7C4.24 5.5 2 7.74 2 10.5C2 13.26 4.24 15.5 7 15.5H11V13.6H7C5.29 13.6 3.9 12.21 3.9 10.5ZM19 10.5H17V13.5H14V15.5H17V18.5H19V15.5H22V13.5H19V10.5Z", key: "14vq4x" } ] ]); export { AddLink as default }; //# sourceMappingURL=add_link.js.map