UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 525 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 PrivacyTip = createIcon("PrivacyTip", [ [ "path", { d: "M12 1L3 5V11C3 16.55 6.84 21.74 12 23C17.16 21.74 21 16.55 21 11V5L12 1ZM11 7H13V9H11V7ZM11 11H13V17H11V11Z", key: "j73gfp" } ] ]); export { PrivacyTip as default }; //# sourceMappingURL=privacy_tip.js.map