google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.37 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 NoStroller = createIcon("NoStroller", [
[
"path",
{
d: "M6.30531 17.2896C7.40531 17.2896 8.30531 18.1896 8.30531 19.2896C8.30531 20.3896 7.40531 21.2896 6.30531 21.2896C5.20531 21.2896 4.30531 20.3896 4.30531 19.2896C4.30531 18.1896 5.20531 17.2896 6.30531 17.2896ZM18.9553 2.28961C17.2953 2.28961 16.4153 3.55961 15.7753 4.31961L12.2753 8.42961L17.3053 13.4596V5.55961C17.8853 4.87961 18.2753 4.28961 18.9553 4.28961C19.7253 4.28961 20.3053 4.94961 20.3053 5.76961V6.28961H22.3053V5.76961C22.3053 3.84961 20.8253 2.28961 18.9553 2.28961ZM3.11531 2.09961L1.69531 3.50961L9.66531 11.4796L7.00531 14.5996C6.45531 15.2496 6.91531 16.2496 7.76531 16.2496H14.4253L15.5953 17.4196C14.8453 17.7096 14.3053 18.4296 14.3053 19.2896C14.3053 20.3896 15.2053 21.2896 16.3053 21.2896C17.1653 21.2896 17.8853 20.7496 18.1753 19.9896L20.0853 21.8996L21.4953 20.4896L3.11531 2.09961ZM13.7753 4.31961C14.0453 3.99961 14.3553 3.59961 14.7553 3.22961C12.2953 2.03961 9.43531 2.00961 6.94531 3.09961L11.1953 7.34961L13.7753 4.31961Z",
key: "nb5osw"
}
]
]);
export { NoStroller as default };
//# sourceMappingURL=no_stroller.js.map