google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 985 B
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 Traffic = createIcon("Traffic", [
[
"path",
{
d: "M20 10H17V8.86C18.72 8.41 20 6.86 20 5H17V4C17 3.45 16.55 3 16 3H8C7.45 3 7 3.45 7 4V5H4C4 6.86 5.28 8.41 7 8.86V10H4C4 11.86 5.28 13.41 7 13.86V15H4C4 16.86 5.28 18.41 7 18.86V20C7 20.55 7.45 21 8 21H16C16.55 21 17 20.55 17 20V18.86C18.72 18.41 20 16.86 20 15H17V13.86C18.72 13.41 20 11.86 20 10ZM12 19C10.89 19 10 18.1 10 17C10 15.9 10.89 15 12 15C13.1 15 14 15.9 14 17C14 18.1 13.11 19 12 19ZM12 14C10.89 14 10 13.1 10 12C10 10.9 10.89 10 12 10C13.1 10 14 10.9 14 12C14 13.1 13.11 14 12 14ZM12 9C10.89 9 10 8.1 10 7C10 5.89 10.89 5 12 5C13.1 5 14 5.89 14 7C14 8.1 13.11 9 12 9Z",
key: "qq92rm"
}
]
]);
export { Traffic as default };
//# sourceMappingURL=traffic.js.map