@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 852 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const CircleBlock = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:circle-block" }, props, { children: _jsx("path", { fillRule: "evenodd", d: "M22,12 C22,6.4771525 17.5228475,2 12,2 C6.4771525,2 2,6.4771525 2,12 C2,17.5228475 6.4771525,22 12,22 C17.5228475,22 22,17.5228475 22,12 Z M16.9056439,5.68014258 L5.68014258,16.9056439 C4.62708161,15.5509601 4,13.8487115 4,12 C4,7.581722 7.581722,4 12,4 C13.8487115,4 15.5509601,4.62708161 16.9056439,5.68014258 Z M18.3198574,7.09435615 C19.3729184,8.44903985 20,10.1512885 20,12 C20,16.418278 16.418278,20 12,20 C10.1512885,20 8.44903985,19.3729184 7.09435615,18.3198574 L18.3198574,7.09435615 Z" }) })));
export default CircleBlock;
//# sourceMappingURL=circle-block.js.map