google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 2.19 kB
JavaScript
/**
* @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 LocalFlorist = createIcon("LocalFlorist", [
[
"path",
{
d: "M8.66 13.57C8.81 13.57 8.95 13.56 9.09 13.54C9.56 14.69 10.69 15.5 12 15.5C13.31 15.5 14.44 14.69 14.91 13.54C15.05 13.56 15.2 13.57 15.34 13.57C17.07 13.57 18.48 12.16 18.48 10.43C18.48 9.72 18.23 9.04 17.81 8.5C18.24 7.96 18.48 7.28 18.48 6.57C18.48 4.84 17.07 3.43 15.34 3.43C15.19 3.43 15.05 3.44 14.91 3.46C14.44 2.31 13.31 1.5 12 1.5C10.69 1.5 9.56 2.31 9.09 3.46C8.95 3.44 8.8 3.43 8.66 3.43C6.93 3.43 5.52 4.84 5.52 6.57C5.52 7.28 5.77 7.96 6.19 8.5C5.76 9.04 5.51 9.72 5.51 10.43C5.51 12.16 6.92 13.57 8.66 13.57ZM12 13.5C11.38 13.5 10.88 13.01 10.86 12.4L10.98 11.31C11.3 11.43 11.64 11.5 12 11.5C12.36 11.5 12.71 11.43 13.03 11.31L13.14 12.4C13.12 13.01 12.62 13.5 12 13.5ZM15.34 11.57C15.1 11.57 14.88 11.5 14.7 11.37L13.89 10.8C14.44 10.35 14.83 9.71 14.95 8.97L15.83 9.39C16.23 9.58 16.49 9.98 16.49 10.42C16.49 11.06 15.97 11.57 15.34 11.57ZM14.69 5.63C14.89 5.5 15.11 5.43 15.34 5.43C15.97 5.43 16.48 5.94 16.48 6.57C16.48 7.01 16.23 7.4 15.82 7.6L14.94 8.02C14.82 7.28 14.43 6.64 13.87 6.19L14.69 5.63ZM12 3.5C12.62 3.5 13.12 3.99 13.14 4.6L13.03 5.69C12.71 5.57 12.36 5.5 12 5.5C11.64 5.5 11.3 5.57 10.98 5.69L10.86 4.6C10.88 3.99 11.38 3.5 12 3.5ZM8.66 5.43C8.9 5.43 9.12 5.5 9.3 5.63L10.11 6.19C9.56 6.64 9.17 7.28 9.05 8.02L8.17 7.6C7.77 7.4 7.51 7.01 7.51 6.57C7.51 5.94 8.03 5.43 8.66 5.43ZM8.17 9.4L9.05 8.98C9.17 9.72 9.56 10.36 10.12 10.81L9.31 11.36C9.11 11.49 8.89 11.56 8.66 11.56C8.03 11.56 7.52 11.05 7.52 10.42C7.51 9.99 7.77 9.6 8.17 9.4ZM12 22.5C16.97 22.5 21 18.47 21 13.5C16.03 13.5 12 17.53 12 22.5ZM14.44 20.06C15.15 18.16 16.66 16.64 18.56 15.94C17.85 17.84 16.34 19.35 14.44 20.06ZM3 13.5C3 18.47 7.03 22.5 12 22.5C12 17.53 7.97 13.5 3 13.5ZM5.44 15.94C7.34 16.65 8.86 18.16 9.56 20.06C7.66 19.35 6.15 17.84 5.44 15.94Z",
key: "1in9rs"
}
]
]);
export { LocalFlorist as default };
//# sourceMappingURL=local_florist.js.map