google-material-icons
Version:
A google material icon library package for React applications
43 lines (39 loc) • 1.17 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 Stroller = createIcon("Stroller", [
[
"path",
{
d: "M15 21.5C16.1046 21.5 17 20.6046 17 19.5C17 18.3954 16.1046 17.5 15 17.5C13.8954 17.5 13 18.3954 13 19.5C13 20.6046 13.8954 21.5 15 21.5Z",
key: "1npsst"
}
],
[
"path",
{
d: "M5 21.5C6.10457 21.5 7 20.6046 7 19.5C7 18.3954 6.10457 17.5 5 17.5C3.89543 17.5 3 18.3954 3 19.5C3 20.6046 3.89543 21.5 5 21.5Z",
key: "na3jy7"
}
],
[
"path",
{
d: "M21 6.5V5.98C21 4.06 19.52 2.5 17.65 2.5C15.99 2.5 15.11 3.77 14.47 4.53L5.67 14.85C5.12 15.5 5.58 16.5 6.43 16.5H14C15.1 16.5 16 15.6 16 14.5V5.77C16.58 5.09 16.97 4.5 17.65 4.5C18.42 4.5 19 5.16 19 5.98V6.5H21Z",
key: "1kcw7r"
}
],
[
"path",
{
d: "M13.3 3.6C12.03 2.9 10.56 2.5 9 2.5C7.03 2.5 5.21 3.14 3.72 4.22L8.61 9.11L13.3 3.6Z",
key: "1hvub8"
}
]
]);
export { Stroller as default };
//# sourceMappingURL=stroller.js.map