UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 692 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 WebStories = createIcon("WebStories", [ [ "path", { d: "M16.75 4C17.85 4 18.75 4.9 18.75 6V18C18.75 19.1 17.85 20 16.75 20V4ZM1.75 20C1.75 21.1 2.65 22 3.75 22H12.75C13.85 22 14.75 21.1 14.75 20V4C14.75 2.9 13.85 2 12.75 2H3.75C2.65 2 1.75 2.9 1.75 4V20ZM20.75 18C21.58 18 22.25 17.33 22.25 16.5V7.5C22.25 6.67 21.58 6 20.75 6V18Z", key: "10inq6" } ] ]); export { WebStories as default }; //# sourceMappingURL=web_stories.js.map