google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.6 kB
JavaScript
/**
* @license google-material-icons v2.1.4 - 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: "M8.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.2896C7.40531 17.2896 8.30531 18.1896 8.30531 19.2896ZM15.3053 7.94961V11.4596L17.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.28961C17.2953 2.28961 16.4153 3.55961 15.7753 4.31961L12.2753 8.42961L13.6953 9.84961L15.3053 7.94961ZM20.0853 21.8996L18.1753 19.9896C17.8853 20.7496 17.1653 21.2896 16.3053 21.2896C15.2053 21.2896 14.3053 20.3896 14.3053 19.2896C14.3053 18.4296 14.8453 17.7096 15.6053 17.4196L14.4753 16.2896H7.73531C6.88531 16.2896 6.42531 15.2896 6.97531 14.6396L9.66531 11.4796L1.69531 3.50961L3.10531 2.09961L21.4953 20.4896L20.0853 21.8996ZM12.4753 14.2896L11.0853 12.8996L9.90531 14.2896H12.4753ZM10.3053 4.28961C10.5953 4.28961 10.8853 4.30961 11.1653 4.33961L9.79531 5.95961L11.2153 7.37961L14.6053 3.38961C13.3353 2.68961 11.8653 2.28961 10.3053 2.28961C9.07531 2.28961 7.90531 2.53961 6.83531 2.98961L8.40531 4.55961C9.01531 4.38961 9.65531 4.28961 10.3053 4.28961Z",
key: "1pwubx"
}
]
]);
export { NoStroller as default };
//# sourceMappingURL=no_stroller.js.map