UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 674 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 Cabin = createIcon("Cabin", [ [ "path", { d: "M10 2C10 3.66 8.66 5 7 5C6.45 5 6 5.45 6 6H4C4 4.34 5.34 3 7 3C7.55 3 8 2.55 8 2H10ZM12 4L6 8.58V7H4V10.11L1 12.4L2.21 13.99L4 12.62V22H20V12.62L21.79 13.98L23 12.4L12 4ZM13.94 8H10.05L12 6.52L13.94 8ZM7.44 10H16.56L18 11.1V12H6V11.1L7.44 10ZM18 14V16H6V14H18ZM6 20V18H18V20H6Z", key: "1yu0ut" } ] ]); export { Cabin as default }; //# sourceMappingURL=cabin.js.map