UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 596 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 IosShare = createIcon("IosShare", [ [ "path", { d: "M16 5L14.58 6.42L12.99 4.83V16H11.01V4.83L9.42 6.42L8 5L12 1L16 5ZM20 10V21C20 22.1 19.1 23 18 23H6C4.89 23 4 22.1 4 21V10C4 8.89 4.89 8 6 8H9V10H6V21H18V10H15V8H18C19.1 8 20 8.89 20 10Z", key: "1q8mrk" } ] ]); export { IosShare as default }; //# sourceMappingURL=ios_share.js.map