google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 846 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 BuildCircle = createIcon("BuildCircle", [
[
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM16.9 15.49L15.5 16.89C15.3 17.09 14.99 17.09 14.79 16.89L11.38 13.48C10.16 13.91 8.74 13.65 7.76 12.67C6.65 11.56 6.46 9.88 7.17 8.57L9.52 10.92L10.93 9.51L8.58 7.17C9.9 6.46 11.57 6.65 12.68 7.76C13.66 8.74 13.92 10.16 13.49 11.38L16.9 14.79C17.09 14.98 17.09 15.3 16.9 15.49Z",
key: "1681lz"
}
]
]);
export { BuildCircle as default };
//# sourceMappingURL=build_circle.js.map