UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.35 kB
/** * @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 Yard = createIcon("Yard", [ [ "path", { d: "M20 2H4C2.9 2 2 2.9 2 4V20C2 21.1 2.9 22 4 22H20C21.1 22 22 21.1 22 20V4C22 2.9 21.1 2 20 2ZM8 8.22C8 7.36 8.7 6.66 9.56 6.66C9.89 6.66 10.2 6.76 10.45 6.94L10.44 6.82C10.44 5.96 11.14 5.26 12 5.26C12.86 5.26 13.56 5.96 13.56 6.82L13.55 6.94C13.81 6.76 14.11 6.66 14.44 6.66C15.3 6.66 16 7.36 16 8.22C16 8.84 15.63 9.38 15.11 9.62C15.63 9.87 16 10.41 16 11.03C16 11.89 15.3 12.59 14.44 12.59C14.11 12.59 13.8 12.48 13.55 12.31L13.56 12.43C13.56 13.29 12.86 13.99 12 13.99C11.14 13.99 10.44 13.29 10.44 12.43L10.45 12.31C10.19 12.49 9.89 12.59 9.56 12.59C8.7 12.59 8 11.89 8 11.03C8 10.41 8.37 9.87 8.89 9.63C8.37 9.38 8 8.84 8 8.22ZM12 19C8.69 19 6 16.31 6 13C9.31 13 12 15.69 12 19C12 15.69 14.69 13 18 13C18 16.31 15.31 19 12 19Z", key: "1ui6vb" } ], [ "path", { d: "M12 11.18C12.8616 11.18 13.56 10.4816 13.56 9.62C13.56 8.75844 12.8616 8.06 12 8.06C11.1384 8.06 10.44 8.75844 10.44 9.62C10.44 10.4816 11.1384 11.18 12 11.18Z", key: "h8zeps" } ] ]); export { Yard as default }; //# sourceMappingURL=yard.js.map